sympy / sympy-notebooks

Some Jupyter notebook examples for SymPy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SymPy Notebooks

This repository contains examples of using SymPy within Jupyter Notebooks.

The examples are broken up into three categories based on difficulty of both the mathematics and programming concepts. They roughly follow the following guide:

beginner : Simple examples appropriate for first steps in using SymPy, for someone with little or no programming experience.

Download and installation

You can downloading the repository content with

$ git clone git://github.com/sympy/sympy-notebooks.git

You can install an Anaconda environment for using the content in the repository with

conda env create -f environment.yml

About

Some Jupyter notebook examples for SymPy

License:Other


Languages

Language:Jupyter Notebook 99.4%Language:CSS 0.6%