descriptionMaxima, a Computer Algebra System
homepage URLhttp://maxima.sourceforge.net/
repository URLgit://git.code.sf.net/p/maxima/code
ownerStromeko@Stromeko.DE
last changeWed, 1 May 2024 18:10:21 +0000 (1 14:10 -0400)
last refreshFri, 3 May 2024 17:26:46 +0000 (3 19:26 +0200)
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
47 hours ago Dan Gildeaspecial case apostrophe in Catalan's Constantmaster
2 days ago Wolfgang DautermannWindows: redirect chcp output to nul.
4 days ago Raymond ToyMake plm local in logcpi0
4 days ago Raymond ToyMerge branch 'bug-4295-add-jacobi-am', implementing...
5 days ago Raymond ToyAdjust thresholds for bigfloat so as to pass with clisp.bug-4295-add-jacobi-am
5 days ago Raymond ToyAdjust thresholds for bigfloat so as to pass with gcl.
5 days ago Raymond ToyAdjust thresholds for bigfloat so as to pass with cmucl.
5 days ago Raymond ToyAdd bigfloat tests to test consistency
5 days ago Raymond ToyAdd some consistency tests for jacobi_am
6 days ago Raymond ToyReword a comment.
7 days ago Raymond ToyAdd some documentation for jacobi_am.
7 days ago Raymond ToyAdd some figures for jacobi_am plot
7 days ago Raymond ToyRemove commented definition of closeto
7 days ago Raymond ToyAdd tests for jacobi_am
7 days ago Raymond ToyAdd derivative of jacobi_am wrt z and m
7 days ago Raymond ToyRemove am-q-series
...
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.
15 months ago Version_2_6_13
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
2 years ago 5.45.0 Version 5.45.0
2 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
4 years ago branch-5_43-base Tag base of 5.43 release branch.
5 years ago 5.42.2 Version 5.42.2
5 years ago 5.42.1 Version 5.42.1
...
heads
37 hours ago bug-4296-expop-assign
47 hours ago master
5 days ago bug-4295-add-jacobi-am
6 days ago lexical-symbols-take-4
10 days ago bug-4292-li2-special-values
2 weeks ago bug-3703-enforce-allowed-values
3 weeks ago bug-4281-display2d-unicode-tests
5 weeks ago issue-4265-integrate-sin-cos-askequal
7 weeks ago lexical-symbols-take-3
2 months ago l_butler--command-line-switches
3 months ago issue-4257-integrate-subst-with-diff
3 months ago rtoy-refactor-specvars-defint-2
3 months ago rtoy-refactor-specvars-defint-var-2
3 months ago rtoy-refactor-specvars-defint-var
3 months ago issue-4254-plog-not-simplified
3 months ago rtoy-refactor-specvars-defint-var-method-by-limits
...
forks
Cached version (3664s old)
maxima/cygwin.git Maxima fork w/ changes for Cygwin Stromeko@Stromeko.DE 10 months ago