jimmycricket
- 115
- 2
Homework Statement
Given the matrix [itex]b=\begin{pmatrix}-1&0&-1\\-4&3&-1\\0&0&-2\end{pmatrix}[/itex] decide if the system of ODEs, [itex]\frac{dx}{dt}=Bx[/itex] is decoupled. If yes find the general solution x=xh(t)
Homework Equations
The Attempt at a Solution
I would say the matrix is decoupled since the second equation involving [itex]2x[/itex]2(t) can be solved without the other two equations. Then the third equation can be solved without knowing [itex]x[/itex]1(t). We have:
x1(t)-x2(t)-3x3(t)=x'1
2x2(t)=x'2
x2(t)+4x3(t)=x'3
Im not sure where to go from here.