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
- Host: GitHub
- URL: https://github.com/thomd/sympy-scipy-experiments
- Owner: thomd
- Created: 2021-02-19T09:42:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-19T13:15:52.000Z (over 2 years ago)
- Last Synced: 2025-02-05T21:42:34.442Z (3 months ago)
- Topics: math, scipy, sympy
- Language: Jupyter Notebook
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 symsciconda install jupyterlab
conda install sympy
conda install scipyjupyter lab