how to solve a system of diff eq ?
|
05-01-2016, 11:39 AM
Post: #3
|
|||
|
|||
RE: how to solve a system of diff eq ?
desolve solves differential equations, not systems, except for linear systems with constant coefficient for the homogeneous part, then the syntax is
desolve(y'=A*y+b) where A is the matrix and b a vector (second member) |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
how to solve a system of diff eq ? - hpfx - 05-01-2016, 09:14 AM
RE: how to solve a system of diff eq ? - roadrunner - 05-01-2016, 10:30 AM
RE: how to solve a system of diff eq ? - parisse - 05-01-2016 11:39 AM
|
User(s) browsing this thread: 2 Guest(s)