Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 604 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 604 Bytes

Sympy

Some simple sympy examples.

What is it?

  1. sympy.ipynb: Jupyter notebook with some simple sympy examples.
  2. triple_six_puzzle.ipynb: Jupyter notebook that illustrates how to use computer algebra to solve a numerical puzzle.
  3. factorial_digits.ipynb: Jupyter notebook using sympy to compute the number of digits of the factorial of a number.
  4. pendulums.ipynb: Notebook on using the Euler-Lagrange equations to derive the equation for the motion of pendulumns.
  5. plotting: illustration of using alternative backends for plots in sympy.
  6. img: images for notebooks.