Problem 2 . Solve the 3 imes 3 linear system
x^(')=-5x+4y+2z
y^(')=2y+3z
z^(')=7z
x(0)=2
y(0)=2
z(0)=2
The determinant of a 3 imes 3 matrix is defined as follows
det([a,b,c],[d,e,f],[g,h,i])=a(ei-hf)-b(di-gf)+c(dh-ge)
Problem 2. Solve the 3 x 3 linear system
x'=-5x+4y+ 2z y'=2y+3z z'=7z x(0) = 2 y(0) = 2 z(0) = 2
The determinant of a 3 x 3 matrix is defined as follows
a b c det d e g h 2
= a(ei - hf) - b(di - gf) + c(dh - ge).