2

Did you know the script (program) that converts the code of Maxima (mathematical formula processing software) to Python? Does Maxima have the ability to convert to Fortran? Since the formula processing software is easy input for fractions, I frequently use, but when I try to manually convert these fractions to python with slashes, it is (for me) something withering.

  • 1
    This site is for questions about Mathematica. Maxima is a different software system. –  Feb 17 '20 at 02:38
  • I'm voting to close this question as off-topic because it doesn't concern Mathematica. –  Feb 17 '20 at 03:57
  • 1
    Why has this migrated from Mathematica to Mathematics? ... oh, because it concerns maxima! – mjw Feb 17 '20 at 04:07
  • 1
    Regarding Fortran: http://maxima.sourceforge.net/docs/manual/maxima_58.html Regarding Python, the easiest would be to write a Python program to parse Maxima output, or to convert your program to sympy if it's feasible. But none of this has anything to do on MSE. – Jean-Claude Arbaut Feb 17 '20 at 06:38
  • Or maybe try Sage, which is a Python program with bindings to Maxima (I can't help much with it as I never used it). – Jean-Claude Arbaut Feb 17 '20 at 10:12

1 Answers1

1

There is a maxima to python translation tool built into maxima. The documentation is at: https://maxima.sourceforge.io/docs/manual/maxima_308.html

  • 1
    As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers in the help center. – Community Feb 17 '23 at 17:37