Skip to content

thomd/sympy-scipy-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

SymPy & SciPy Experiments

SciPy 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 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

About

Experiments with SymPy and SciPy

Topics

Resources

Stars

Watchers

Forks