Home:ALL Converter>Solving system of differential equations

Solving system of differential equations

Ask Time:2020-12-08T23:21:25         Author:Mohammad Javad Jafari

Json Formatter

I am trying to solve RLC circuits using python. When there are no Cs and Ls, after calculating i got to a linear system of equations which i solved using numpy.linalg, e.g :

a + b = 1
a + c = 2
c - b = 1

But now i need to solve this with differential elements in it.
I know that i probably should use scipy and i read the docs and other Qs about solving non-linear system of equations but i couldn't find anything helpful.
Any help would be appreciated.

Author:Mohammad Javad Jafari,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/65201682/solving-system-of-differential-equations
yy