Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Theory behind the package #7

Open
TejasAvinashShetty opened this issue Jan 19, 2021 · 1 comment
Open

Theory behind the package #7

TejasAvinashShetty opened this issue Jan 19, 2021 · 1 comment

Comments

@TejasAvinashShetty
Copy link

Can you please explain the theoretical basis behind the code?
Especially for complex matrix differential equations.

@Mehrdadghassabi
Copy link

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...

more information --> https://people.sc.fsu.edu/~jburkardt/f77_src/odepack/odepack.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants