5 Symbolic Computation Using SymPy
In this chapter, you’ll learn how to perform symbolic computations using the SymPy module. This chapter covers standard topics in engineering mathematics such as differentiations, integrations, differential equations, and Laplace transformations.
SymPy is a Python library for computer algebra. The SymPy module is written entirely in Python and consists of several hundred thousand program lines. The developers of SymPy pursued the goal of creating a complete computer algebra system (CAS).
A CAS is a computer program for computing algebraic expressions. In this context, mathematical operations are not performed with numbers but with symbols. A minimal CAS consists of a user interface (Window-based version, terminal ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access