In class today we discussed how to use Sympy to do differentiation, integration and take limits.
You can see a recording of the class here
Here is the notebook I used in class: calculus.ipynb
At the end of class I got a few good questions:
Q: What is the LaTeX code for \(\pi\)?
A: $\pi$
Q: How do we create capital Greek symbols with sympy?
A: sympy.Symbol(Phi)
will give \(\Phi\)
Source code: @drvinceknight Powered by: Jekyll Github pages Bootsrap css