This project is a fork of the maxima.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/maxima.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionMaxima fork w/ changes for Cygwin
ownerStromeko@Stromeko.DE
last changeSun, 4 Jun 2023 04:46:15 +0000 (3 21:46 -0700)
content tags
add:
README
Maxima is a symbolic computation program.  It is full featured,
doing symbolic manipulation of polynomials, matrices, rational
functions, integration, Todd-coxeter, graphing, bigfloats.  It has a
symbolic debugger source level debugger for maxima code.  Maxima is
based on the original Macsyma developed at MIT in the 1970's.
It comes with extensive self tests.

Maxima is distributed under the GNU General Public License, with some
export restrictions from the U.S. Department of Energy. See the file
COPYING.

Installation information is available in the file INSTALL. Summary
information about this release can be found in the file NEWS. Detailed
change information is available in the ChangeLog.

A simple usage example:

(%i1)	pyth:a^2+b^2=c^2;
(%o1)	b^2+a^2=c^2

(%i2)	solve(pyth,a);
(%o2)	[a=-sqrt(c^2-b^2),a=sqrt(c^2-b^2)]

(%i3)	integrate(x*sin(a*x),x);
(%o3)	(sin(a*x)-a*x*cos(a*x))/a^2

For more information on Maxima, see the Maxima web site,
<https://maxima.sourceforge.io>.
shortlog
2023-06-04 Robert DodierChange name of Maxima function 'chinese' to 'solve_cong... master
2023-06-04 David BillinghurstAdd third arg (For TeX) to m4_math for expressions...
2023-06-03 Wolfgang DautermannAdd the different topics to the Changelog, add a first...
2023-06-03 Wolfgang DautermannWindows installer: Update Gnuplot (for 64bit).
2023-06-02 Wolfgang DautermannWindows installer: Add a missing file to the 'make...
2023-06-01 Robert DodierCorrect typo in Texinfo: cdf_tributions --> distributions
2023-06-01 Viktor T. TothFixed compatibility with older texinfo, added missing...
2023-05-30 Robert DodierAdd some changes made by me (R. Dodier) to changelog...
2023-05-30 Raymond ToyUpdate changelog with more changes
2023-05-30 Gunter KönigsmannLisp autodetection: Discard gcl if GCL is too old
2023-05-30 Robert DodierIn distrib.texi.m4, be more careful about use of less...
2023-05-30 Robert DodierIn manual.css, declaring styling for pre.example-prefor...
2023-05-29 Gunter KönigsmannUpdated the wxMaxima version
2023-05-29 Gunter KönigsmannSnappy apps: Update maxima's version number
2023-05-29 Gunter KönigsmannSnappy apps: Don't request sbcl on exotic architectures
2023-05-29 Viktor T. TothUpdating configure.ac with new version number
...
tags
11 months ago 5.47.0 Version 5.47.0
11 months ago branch-5_47-base Tag base of 5.47 release branch.
16 months ago Version_2_6_13
21 months ago list
2 years ago 5.46.0 Version 5.46.0
2 years ago branch-5_46-base Tag base of 5.46 release branch.
2 years ago 5.45.1 Version 5.45.1
3 years ago 5.45.0 Version 5.45.0
3 years ago branch-5_45-base Tag base of 5.45 release branch.
3 years ago 5.44.0 Version 5.44.0
3 years ago branch-5_44-base Tag base of 5.44 release branch.
4 years ago 5.43.2 Tag 5.43.2 in Git.
4 years ago 5.43.1 Tag version 5.43.1 in Git.
4 years ago 5.43.0 Version 5.43.0
5 years ago branch-5_43-base Tag base of 5.43 release branch.
5 years ago 5.42.2 Version 5.42.2
...
heads
11 months ago cygwin-5_47
11 months ago master
21 months ago cygwin-5_46
2 years ago cygwin-5_45
3 years ago branch-5_45
3 years ago cygwin-5_44
3 years ago branch-5_44
4 years ago cygwin-5_43
4 years ago branch-5_43
5 years ago branch-5_42
5 years ago cygwin-5_42
6 years ago cygwin-5_41_0
6 years ago branch-5_41
7 years ago branch-5_39
7 years ago branch-5_38
8 years ago branch-5_37