Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

syms x1(t) x2(t)

A=[0,1;-3759,-0.1578];
B=[0;1.614];
Y=[x1;x2];
odes= diff(Y) == A*Y + B

odes(t) = 

[x1Sol(t),x2Sol(t)] = dsolve(odes);
x1Sol(t) = simplify(x1Sol(t))

x1Sol(t) = 

x2Sol(t) = simplify(x2Sol(t))

x2Sol(t) = 

You might also like