SymPy is a Python library for symbolic computing. In symbolic computing, we reason with symbols rather than numeric values.
When running SymPy in Google Colab, make sure you are using a WebKit-based browser such as Chrome or Edge.
The first thing to do when using SymPy is creating symbols.
There are seven ways to create a symbol.
Right from the beginning, it is crucial to know how to make assumptions in SymPy.
» Math and physics (including quantum)