Top "Maxima" questions

Maxima is an opensource Computer Algebra System based on the legendary Macsyma.

Generate LaTeX from Maxima input

I want to use Maxima to evaluate documents. It's easy to convert Maxima output into TeX: (%i1) tex(5*x^2+sin(…

latex maxima
Finding turning points of an Array in python

If I for example have an array: A = (0,2,3,4,5,2,1,2,3,4,5,6,7,8,7,6,5,4,5,6) It can be seen that there are 4 turning points. (at A[4],A[6], …

python arrays python-2.7 maxima minima
How to find the maximum and minimum of a function using Maxima?

I have trying to find a way to obtain the maximum and the minimum value of a function using Maxima (…

maxima
How to approximate a number to a n number of decimal places?

I have started using maxima just a few weeks ago (actually I have just used it a few times) with …

math maxima
How to use Maxima's diff in function definition?

I want to use a function's derivative in an other function. How should this be done in Maxima? E.g: …

math differential-equations maxima
How to make the output of Maxima cleaner?

I want to make use of Maxima as the backend to solve some computations used in my LaTeX input file. …

maxima