Skip to content
 
 

Repository files navigation

Interfacing Maxima CAS with Python

Setup

Prerequisites

  • Python Version >= 3.9
  • Maxima installed and added to PATH

Install

pip install maxima_interface

Example

from maxima_interface import MaximaInterface

mi = MaximaInterface()
mi.raw_command("a: 1;")
result = mi.raw_command("a;")

print(result)

mi.close()

About

Interfacing Maxima CAS with Python

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages