An open API service indexing awesome lists of open source software.

https://github.com/thomd/sympy-scipy-experiments

Experiments with SymPy and SciPy
https://github.com/thomd/sympy-scipy-experiments

math scipy sympy

Last synced: about 2 months ago
JSON representation

Experiments with SymPy and SciPy

Awesome Lists containing this project

README

        

# SymPy & SciPy Experiments

[SciPy](https://docs.scipy.org/doc/scipy/index.html) is an open-source software for mathematics, science, and engineering. SciPy includes support for statistical distributions, optimization of functions, linear algebra, and a variety of specialized mathematical functions.

[SymPy](https://www.sympy.org/en/index.html) is a Python library for symbolic mathematics.

## Setup

conda create -n symsci
conda activate symsci

conda install jupyterlab
conda install sympy
conda install scipy

jupyter lab