Applying Math with Python
上QQ阅读APP看书,第一时间看更新

Technical requirements

In addition to the scientific Python packages NumPy and SciPy, we also need the SymPy package. This can be installed using your favorite package manager, such as pip:

          python3.8 -m pip install sympy
        

The code for this chapter can be found in theChapter 03 folder of the GitHub repository at https://github.com/PacktPublishing/Applying-Math-with-Python/tree/master/Chapter%2003.

Check out the following video to see the Code in Action: https://bit.ly/32HuH4X.