descriptionMaxima, a Computer Algebra System
homepage URLhttp://maxima.sourceforge.net/
repository URLgit://git.code.sf.net/p/maxima/code
ownerStromeko@Stromeko.DE
last changeWed, 20 Nov 2024 23:25:13 +0000 (20 15:25 -0800)
last refreshThu, 21 Nov 2024 08:20:30 +0000 (21 09:20 +0100)
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
9 hours ago Raymond ToyRegenerate all examples via update_examples.masterrtoy-mathjax-for-lapack
9 hours ago Raymond ToyFix typos in zheev example.
9 hours ago Raymond ToyAdd missing ===end=== line in zheev example
15 hours ago Raymond ToyAdd missing semicolon
15 hours ago Raymond ToyMerge branch 'bug-4413-def-simplier-add-noun-property'
40 hours ago Raymond ToyAdd more dgemm testsbug-4413-def-simplier-add-noun-property
2 days ago Robert Dodierrtest_unit.mac: split off tests for usersetunits into...
2 days ago Raymond ToyAdd some tests for dgemm.
2 days ago Raymond ToyFix #4413: In def-simplifier, add noun property
3 days ago Robert Dodierrtest_unit.mac: enclose input expressions in calls...
4 days ago Kris KatterjohnMerge branch 'master' of ssh://git.code.sf.net/p/maxima...
4 days ago Raymond ToyMerge branch 'rtoy-mathjax-for-minpack'
4 days ago Kris KatterjohnAdd translation for plog (using TRANSLATE-WITH-FLONUM-OP)
4 days ago Kris KatterjohnTranslate atan2 using TRANSLATE-WITH-FLONUM-OP
4 days ago Raymond ToyDescribe optional keyword args better for minpack_solvertoy-mathjax-for-minpack
4 days ago Raymond ToyDescribe optional keyword args better
...
tags
17 months ago 5.47.0 Version 5.47.0
17 months ago branch-5_47-base Tag base of 5.47 release branch.
22 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.
3 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.
4 years ago 5.44.0 Version 5.44.0
4 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.
5 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
6 years ago 5.42.1 Version 5.42.1
...
heads
9 hours ago rtoy-mathjax-for-lapack
9 hours ago master
40 hours ago bug-4413-def-simplier-add-noun-property
4 days ago rtoy-mathjax-for-minpack
10 days ago bug-4370-eigevalues-xref-dgeev
2 weeks ago bug-4398-fix-bad-arg-order-calls-to-laptime
3 weeks ago rtoy-fix-testsuite-answers-from-file
5 weeks ago rtoy-verify-html-index
7 weeks ago rtoy-defmvar-add-string-decl
2 months ago rtoy-ellipt-collect-bigfloat-together
2 months ago bug-4352-elliptic-e-error
3 months ago rtoy-html-support-external-docs
3 months ago bug-4341-inverse-trig-complex-bfloat-calls-rat
3 months ago bug-4341-atan-complex-bfloat-calls-rat
3 months ago rtoy-wrap-option-args
3 months ago rtoy-gcl-pprint-help
...
forks
Cached version (2711s old)
maxima/cygwin.git Maxima fork w/ changes for Cygwin Stromeko@Stromeko.DE 16 months ago