Maxima is a system for the manipulation of symbolic and numerical expressions, including differentiation, integration, Taylor series, Laplace transforms, ordinary differential equations, systems of linear equations, polynomials, and sets, lists, vectors, matrices, and tensors. Maxima yields high precision numeric results by using exact fractions, arbitrary precision integers, and variable precision floating point numbers. Maxima can plot functions and data in two and three dimensions. Maxima includes the following commands: * "rmaxima" is a front end which provides advanced line-editing facilities via rlwrap. * "xmaxima" is a graphical interface for maxima, written in Tcl/Tk.
Maxima is a system for the manipulation of symbolic and numerical expressions, including differentiation, integration, Taylor series, Laplace transforms, ordinary differential equations, systems of linear equations, polynomials, and sets, lists, vectors, matrices, and tensors. Maxima yields high precision numeric results by using exact fractions, arbitrary precision integers, and variable precision floating point numbers. Maxima can plot functions and data in two and three dimensions. Maxima includes the following commands: * "rmaxima" is a front end which provides advanced line-editing facilities via rlwrap. * "xmaxima" is a graphical interface for maxima, written in Tcl/Tk.
To install maxima-devel, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install maxima-devel
To see what files were installed by maxima-devel, run:
port contents maxima-devel
To later upgrade maxima-devel, run:
sudo port selfupdate && sudo port upgrade maxima-devel
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.