Introduction

A brief introduction to SymPy.

We'll cover the following...

In symbolic computation, we process generic variables instead of numerical calculations. Symbolic computation might be slow when compared to numeric computation, but it is a powerful tool for symbolic work that forms the basis for simulations of numeric code.

Introduction #

...