how to solve a system of diff eq ?
|
05-01-2016, 09:14 AM
Post: #1
|
|||
|
|||
how to solve a system of diff eq ?
Hello,
I try to solve this small system of differential equation : x'(t)+y(t)=t^2 x'(t)+y'(t)=6 with initial conds : x(0)=0 and y(0)=1 I tried with desolve on 10077, something like that desolve({x'+y=t^2, x'+y'=6} and x(0)=0 and y(0)=1, {x,y}) but I didn't get any result. does someone knows how to do ? |
|||
« 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: 1 Guest(s)