Picture of Yee Wei Law

SymPy

by Yee Wei Law - Wednesday, 2 August 2023, 3:21 PM
 

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.

  • A really useful method for making assumptions is refine.

» Math and physics (including quantum)