Question about differential equations solving
Question about differential equations solving
(OP)
Hello everyone,
when I have a differential equation of the type of:
y'+a*y=g(x)+a*q(x)
how can I solve that in MatLab?
when I have a differential equation of the type of:
y'+a*y=g(x)+a*q(x)
how can I solve that in MatLab?





RE: Question about differential equations solving
RE: Question about differential equations solving
The form you wrote is a little odd. y'=dy/dx I assume. If that's the case you can simple integrate it by hand and use matlab to manipulate the end result.
Fe