Difference between revisions of "Maxima"
From CBLFS
Jump to navigationJump to search (New page: {|style="text-align: left; background-color: AliceBlue;" |- !Download Source: |http://downloads.sourceforge.net/maxima/maxima-5.13.0.tar.gz?modtime=1188046120&big_mirror=1 |} ---- == De...) |
Weibullguy (talk | contribs) |
||
(8 intermediate revisions by one other user not shown) | |||
Line 4: | Line 4: | ||
|http://downloads.sourceforge.net/maxima/maxima-5.13.0.tar.gz?modtime=1188046120&big_mirror=1 | |http://downloads.sourceforge.net/maxima/maxima-5.13.0.tar.gz?modtime=1188046120&big_mirror=1 | ||
|} | |} | ||
− | |||
− | |||
---- | ---- | ||
+ | {{Package-Introduction|Maxima is a derivative of Macsyma which allows for manipulation of symbolic and numerical expressions. Offers LaTex ([[TeTeX]]) output and plotting with [[GNUplot]]. Similar to proprietary programs like Mathematica and Maple. |http://maxima.sourceforge.net}} | ||
== Dependencies == | == Dependencies == | ||
* [[GCL]] | * [[GCL]] | ||
− | * [[GCC]] (with gfortran) | + | * [[GCC]] (with gfortran) or [[GCC-3.3]] (with g77) |
− | or | ||
− | |||
* [[GNUplot]] | * [[GNUplot]] | ||
− | |||
− | |||
== Non-Multilib == | == Non-Multilib == | ||
Line 26: | Line 21: | ||
make install | make install | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
= Contents = | = Contents = | ||
Line 41: | Line 30: | ||
|-valign="top" | |-valign="top" | ||
! Installed Libraries: | ! Installed Libraries: | ||
− | | | + | | |
|-valign="top" | |-valign="top" | ||
! Installed Directories: | ! Installed Directories: | ||
− | | | + | | |
|} | |} | ||
Line 54: | Line 43: | ||
| is a symbolic and numerical evaluation system. | | is a symbolic and numerical evaluation system. | ||
|} | |} | ||
+ | |||
+ | [[Category:Science_Engineering]] |
Latest revision as of 10:29, 18 August 2008
Download Source: | http://downloads.sourceforge.net/maxima/maxima-5.13.0.tar.gz?modtime=1188046120&big_mirror=1 |
---|
Introduction to Maxima
Maxima is a derivative of Macsyma which allows for manipulation of symbolic and numerical expressions. Offers LaTex (TeTeX) output and plotting with GNUplot. Similar to proprietary programs like Mathematica and Maple.
Project Homepage: http://maxima.sourceforge.net
Dependencies
Non-Multilib
Compile the package:
./configure --prefix=/usr make
Install the package:
make install
Contents
Installed Programs: | maxima |
---|---|
Installed Libraries: | |
Installed Directories: |
Short Descriptions
maxima | is a symbolic and numerical evaluation system. |
---|