SOLUTION: Let B = 1 0 0 b21 1 0 b31 b32 1 Find B^2. Find specific values of b21;b31;b32, such that B^2 = I3
Algebra
->
Matrices-and-determiminant
-> SOLUTION: Let B = 1 0 0 b21 1 0 b31 b32 1 Find B^2. Find specific values of b21;b31;b32, such that B^2 = I3
Log On
Algebra: Matrices, determinant, Cramer rule
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Matrices-and-determiminant
Question 1058626
:
Let
B =
1 0 0
b21 1 0
b31 b32 1
Find B^2.
Find specific values of b21;b31;b32, such that B^2 = I3
Answer by
solve_for_x(190)
(
Show Source
):
You can
put this solution on YOUR website!
The matrix B^2 is:
To make B^2 = I3, the following must be true:
2b21 = 0 --> b21 = 0
2b32 = 0 --> b32 = 0
2b31 + b21b32 = 0 --> 2b31 + 0*0 = 0 --> b31 = 0
Thus, b21, b31, and b32 must all be 0.
Edit in response to follow-up comment from OP:
If b22 = -1 instead of b22 = 1 as originally posted, then B^2 would be:
In this case, b21 and b32 could be any value to make B^2 = I3. In addition,
b31 = -(b21 * b32)/2.