SymPy - Symbolic Computation in Python
SymPy - Symbolic Computation in Python
Python
Motivation
Have you ever wished to solve a math equation in Python?
Wouldn’t it be nice if we could solve an algebraic equation like
below in one line of code
[-1/2, 0]
Now let’s go over some of the amazing things that SymPy can do!
But with SymPy, we can get a simplified version of the square root
instead:
Now let’s try to get back to the original expression by taking the
integral of the derivate.
We can also take the limit as x approaches infinity.
or 2:
Special Functions
SymPy also provides special functions to: