- I am trying to make web pages about matrices, using
sympy(python library) to compute symbolic matrices. - I would like to write
LaTeXcode with thesympyexpressions embedded, in such a way that plasTeX evaluates the expression. (sympycan print the messy matrix in LaTeX format.) - I would prefer not to define the messy matrix elsewhere and use a reference, because that could introduce errors.
- It should be efficient to do everything within one python process and environment.
- Seems like it should work, since plasTeX is written in python, but I haven't figured out how.
Asked
Active
Viewed 123 times
1
Dr. Manuel Kuehner
- 22,451
user3650352
- 11
plasTeX? A link to this software? – AndréC Nov 07 '21 at 07:13