- Python Version >=
3.9 - Maxima installed and added to PATH
pip install maxima_interface
from maxima_interface import MaximaInterface
mi = MaximaInterface()
mi.raw_command("a: 1;")
result = mi.raw_command("a;")
print(result)
mi.close()| Name | Name | Last commit date | ||
|---|---|---|---|---|
3.9pip install maxima_interface
from maxima_interface import MaximaInterface
mi = MaximaInterface()
mi.raw_command("a: 1;")
result = mi.raw_command("a;")
print(result)
mi.close()