I am given a problem in diff eq to solve in matlab and it says I have to use dsolve. I am given the following:
x' = [2 -1] * x
[3 -2]
these are normally slolved using eigen vectors and so forth, but I dont know how to write out dsolve to solve it. Any ideas?
thanks,
-doug