21. 4 ways to solve systems of nonlinear equations in python

Описание к видео 21. 4 ways to solve systems of nonlinear equations in python

Non-linear equations are much nastier to solve than linear equations. Fortunately, we have lots of options in python. This video shows 4 approaches: graphical using matplotlib, numerically using scipy's fsolve optimizer, numerically using the gekko optimizer, and symbolically using sympy.

00:00 graphical solution w/ matplotlib
4:00 scipy fsolve
7:55 gekko solver
8:55 sympy symbolic solver

Комментарии

Информация по комментариям в разработке