Using Numpy's Polynomial Functionality

4 years ago
15

I look at using Numpy’s built-in polynomial features. I solve a simple physics problem using these features directly. They are useful in cases where one has to repeatedly deal with polynomial systems (duh!). We will come back to this when we look at using polynomial interpolation techniques in solving various differential and partial differential equations.

Github: https://github.com/kpmooney/numerical_methods_youtube/tree/master/physics/polynomial

Tip Jar: http://paypal.me/kpmooney

Loading comments...