Mathly is an open-source, end-to-end library for mathematics in Python, with strong support for both linear algebra and calculus.
- Install with PIP:
$ pip install mathly
Or with Conda:
# NOTE: This won't work yet!
$ conda install mathly
# !! THIS FAILS !!
$ git clone MATHLY
$ cd /path/to/mathly
$ python3 setup.py install