Advertisements
Advertisements
Question
If A = `[(2, 1, -1),(0, 1, -2)]`, Find At . A where At is the transpose of matrix A.
Solution
A = `[(2, 1, -1),(0, 1, -2)]`
At = `[(2, 0),(1, 1), (-1, -2)]`
At . A = `[(2, 0), (1, 1),(-1, -2)][(2, 1, -1),(0, 1, -2)]`
= `[(4 + 0, 2 + 0, -2 - 0),(2 + 0, 1 + 1, -1 - 2),(-2 - 0, -1 - 2, 1 + 4)]`
= `[(4, 2, -2), (2, 2, -3), (-2, -3, 5)]`
APPEARS IN
RELATED QUESTIONS
if `A [(3,7),(2,4)], B = [(0,2),(5,3)]` and `C = [(1,-5),(-4,6)]` Find AB - 5C
If A and B are any two 2 × 2 matrices such that AB = BA = B and B is not a zero matrix, what can you say about the matrix A?
Given `[(2, 1),(-3, 4)] X = [(7), (6)]` write the order of matrix x
If `A = [(2, 5),(1, 3)]`, `B = [(4, -2),(-1, 3)]` and I is Identity matrix of same order and `A^t` is the transpose of matrix A find `A^t.B + BI`
Given A = `[(p, 0),(0, 2)]`, B = `[(0, -q),(1, 0)]`, C = `[(2, -2),(2, 2)]` and BA = C2. Find the values of p and q.
Given `[["4 " " 2" ],[" -1 "" 1 " ]]` M = 6I , where M is a matrix and I is unit matrix of order 2×2.
(i) State the order of matrix M.
(ii) Find the matrix M.
If A = `|(1215),(1117)|` and B = `|(2,7),(4,9)|` find A - 2B
If M = `|(8,3),(9,7),(4,3)|` and N = `|(4,7),(5,3),(10 , 1)|` find M+N
Given A = `[(p , 0),(0, 2)], "B" = [(0 , -q), (1, 0)], "C" = [(2, -2),(2, 2)]` and BA = C2.
Find the values of p and q.
If A = `[(2 , -1),(-4, 5)]` and B = [0 -3] find the matrix C such that CA = B