Skip to content

Simple setup and examples for doing math with python.

Notifications You must be signed in to change notification settings

kkroesch/mathpython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED This was only to try something out. If you are interested in a cool project doing computer algebra, have a look at https://mathics.org/.

Mathpython

Make some math with Python modules (Sympy, Numpy, Matplotlib) as a leightweight Maple/Mathematica/Sage replacement.

After Checkout, issue the following commands to get it to work:

python3.6 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
ipython profile create sympy

Then start the environment with ./cli. The startup scripts in profile_sympy/startup will show some examples for usage and predefined globals.

Links

About

Simple setup and examples for doing math with python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages