SOLUTION: This homework problem has been stumping me.
I am given this matrix:
Matrix M = {{1,0,2},{-1,1,2},{-1,-1,2}}
Then asked to solve this equation:
M^3 + xM^2 + yM + zI = 0
I
Algebra ->
Coordinate Systems and Linear Equations
-> SOLUTION: This homework problem has been stumping me.
I am given this matrix:
Matrix M = {{1,0,2},{-1,1,2},{-1,-1,2}}
Then asked to solve this equation:
M^3 + xM^2 + yM + zI = 0
I
Log On
Question 877521: This homework problem has been stumping me.
I am given this matrix:
Matrix M = {{1,0,2},{-1,1,2},{-1,-1,2}}
Then asked to solve this equation:
M^3 + xM^2 + yM + zI = 0
I is the 3x3 identity matrix. x, y, and z are constants
Any hints on how to get started would be appreciated! Thank you Answer by Fombitz(32388) (Show Source):
You can put this solution on YOUR website!
.
.
.
.
.
.
Using the first row of matrix elements,
.
.
.
Which leads to
.
.
.
All three rows yield the same results so it is consistent.