MENU

Fun & Interesting

Symbolic Complex Numbers in Python – Tutorial for Control and Robotics

Aleksandar Haber PhD 294 lượt xem 5 months ago
Video Not Working? Fix It Now

#python #control #controltheory #controlengineering #controlsystems
It takes a significant amount of time and energy to create these free video tutorials. You can support my efforts in this way:
- Buy me a Coffee: https://www.buymeacoffee.com/AleksandarHaber
- PayPal: https://www.paypal.me/AleksandarHaber
- Patreon: https://www.patreon.com/user?u=32080176&fan_landing=true
- You Can also press the Thanks YouTube Dollar button

In this tutorial, we explain how to define and perform operations on symbolic complex numbers in Python. To perform operations on symbolic complex numbers, we use Python’s SymPy library. We will explain how to obtain symbolic and analytic expressions that can automatically be embedded inside Python functions.
Motivation: in control theory and signal processing it is often necessary to define and perform mathematical operations on complex numbers and complex functions. Consequently, it is of a paramount importance to have a programming environment that can be used to verify the analytical computations.

Comment