Sum
If `A = [(-1, 1),(a, b)]` and `A^2 = I`; Find a and b
Advertisement Remove all ads
Solution
`A = [(-1, 1),(a, b)]`
`A^2= [(-1, 1),(a, b)][(-1, 1),(a, b)]`
`= [(1 + a, -1 + b),(-a + ab, a + b^2)]`
It is given that `A^2 = I`
`∴ [(1 + a, -1 + b),(-a + ab, a + b^2)] = [(1, 0),(0, 1)]`
Comparing the corresponding elements we get
1 + a = 1
Therefore a = 0
-1 + b = 0
Therefore b = 1
Concept: Multiplication of Matrix
Is there an error in this question or solution?
Advertisement Remove all ads
APPEARS IN
Advertisement Remove all ads
Advertisement Remove all ads