Index of /StackMax547/maxima-5.47.0/

NameLast ModifiedSize
UpParent Directory
Directorytests2023-06-01 00:03-
Directorysrc2023-06-01 00:03-
Directorysnap2023-06-01 00:03-
Directoryshare2023-06-01 00:03-
Directoryplotting2023-06-01 00:03-
Directorymacosx2023-06-01 00:03-
Directorylocale2023-06-01 00:03-
Directorylisp-utils2023-06-01 00:03-
DirectoryLICENSES2023-06-01 00:03-
Directoryinterfaces2023-06-01 00:03-
Directorydoc2023-06-01 00:03-
Directorydesktopintegration2023-06-01 00:03-
Directorydemo2023-06-01 00:03-
Directorycrosscompile-windows2023-06-01 00:03-
Directorychangelogs2023-05-31 05:26-
Directoryadmin2023-06-01 00:03-
Filexmaxima-local.in2021-07-14 00:43 1k
Filetest-driver2021-05-15 23:24 4k
FileNEWS2021-07-14 00:43 7k
Filemissing2021-05-15 23:24 7k
Filemaxima.spec.in2022-04-10 23:12 8k
Filemaxima.iss.in2021-05-15 23:20 22k
Filemaxima-local.in2023-05-29 04:59 2k
FileMakefile.in2023-05-31 23:52 35k
FileMakefile.am2021-11-29 05:59 6k
FileINSTALL.win32nogcl2021-05-15 23:20 6k
FileINSTALL.win322021-05-15 23:20 11k
FileINSTALL.lisp2021-05-15 23:20 4k
FileINSTALL.git2021-05-15 23:20 1k
Fileinstall-sh2021-05-15 23:24 14k
FileINSTALL2022-03-28 04:49 12k
FileCOPYING2021-07-14 00:43 19k
Fileconfigure.lisp2021-07-14 00:43 6k
Fileconfigure.ac2023-05-31 05:26 48k
Fileconfigure2023-05-31 05:26 212k
Fileconfig.sub2021-05-15 23:24 35k
Fileconfig.guess2021-05-15 23:24 45k
Filecommon.mk2021-05-15 23:20 2k
Filecommon-info.mk2023-05-29 04:59 2k
Filecommon-html.mk2021-05-15 23:20 2k
FileChangeLog2023-05-31 18:01 9k
FileAUTHORS2023-05-29 04:59 9k
Fileaclocal.m42023-05-31 05:26 29k
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>.
Proudly Served by LiteSpeed Web Server at e-konsultor.com Port 80