maxima
references
- Maxima manual
- Tensor manipulation in GPL Maxima by Viktor Toth in 2007
- Edwin Woollett’s Maxima by Example
- Catalogue of Spacetimes by Mueller and Grave in 2009
- Test conversion of mathphysics/GR.ipynb at master ยท ernestyalumni/mathphysics into maxima via Tensor manipulation in GPL Maxima by Viktor Toth in 2007.
- calyau/maxima-tutorial-notebooks
maxima in org-babel
- Note maxima does not have sessions
general usage
- If we want to generate tex from maxima in org-mode files we can use Inline Display of Maxima LaTeX Output
\[{{e^ {- x }}\over{x}}\]
- Example of Taylor series
\[U\left(a\right)+\left(\left.{{d}\over{d,x}},U\left(x\right) \right|_{x=a}\right),\left(x-a\right)+{{\left(\left.{{d^2}\over{d, x^2}},U\left(x\right)\right|_{x=a}\right),\left(x-a\right)^2 }\over{2}}+\cdots \]