You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello dude as mentioned (https://docs.scipy.org/doc/scipy/reference/generated/scipy.integrate.odeint.html) here
scipy uses a FORTRAN library to solve ( system of differential equation = matrix differential equation )
as you know FORTRAN is compiled programming language that use numerical analysis for these kind of stuff...
Can you please explain the theoretical basis behind the code?
Especially for complex matrix differential equations.
The text was updated successfully, but these errors were encountered: