Interfacing Maxima CAS with Python
Project description
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()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file maxima_interface-0.1.1.tar.gz.
File metadata
- Download URL: maxima_interface-0.1.1.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0e62fd954744b13497a3a5a164ef74b3f066643124f3963fc56ea58539e4187
|
|
| MD5 |
81f1b4890a344e92eb2cc13db712a92b
|
|
| BLAKE2b-256 |
6b5c86d8fb23967ec88baf3fe9aef93064d8f5cf65c8a947c15c91825f26b9a7
|
File details
Details for the file maxima_interface-0.1.1-py3-none-any.whl.
File metadata
- Download URL: maxima_interface-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51ef9cd2645a19614600d03320e41ecda4c5212fb7ef0f560e66dd1508d908f7
|
|
| MD5 |
83acaec22de92184b45f13740c81d82b
|
|
| BLAKE2b-256 |
791e6e6ad6a28a48c694d8f29e3ba36f7f78a25f8fd5c016aa611c3d1d150e01
|