Advertisements
Advertisements
प्रश्न
Let `A = [(1, 0),(2, 1)], B = [(2, 3),(-1, 0)]`. Find `A^2 + AB + B^2`
उत्तर
`A = [(1, 0),(2, 1)], B = [(2, 3),(-1, 0)]`
`A^2 = A xx A = [(1, 0),(2, 1)] xx [(1, 0),(2, 1)]`
`=[(1 xx 1 + 0 xx 2, 1 xx 0 + 0 xx 1),(2 xx 1 + 1 xx 2, 2 xx 0 + 1 xx 1)] = [(1, 0),(4, 1)]`
`AB = A xx B = [(1, 0),(2, 1)] xx [(2, 3),(-1, 0)]`
`=[(1 xx 2 + 0 xx (-1), 1 xx 3 + 0 xx 0),(2 xx 2 + 1 xx (-1), 2 xx 3 + 1 xx 0)]`
`= [(2, 3),(3, 6)]`
`B^2 = B xx B = [(2, 3),(-1, 0)] xx [(2, 3),(-1, 0)]`
`= [(2 xx 2 + 3 xx (-1), 2 xx 3 + 3 xx 0),((-1)xx2 + 0 xx (-1), -1 xx 3 + 0 xx 0)]`
`= [(1, 6),(-2, -3)]`
`:. A^2 + AB + B^2 = [(1, 0),(4, 1)] + [(2, 3),(3, 6)] + [(1, 6),(-2, -3)]`
`= [(4, 9),(5, 4)]`
APPEARS IN
संबंधित प्रश्न
If A = `[(1, 3),(3, 4)]`, B = `[(-2, 1),(-3, 2)]` and A2 – 5B2 = 5C. Find matrix C where C is a 2 by 2 matrix.
Given A = `[(2, 0),(-1, 7)]` and I = `[(1, 0),(0, 1)]` and A2 = 9A + ml. Find m.
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?
If A = `[(1, 2),(2, 1)]` and B = `[(2, 1),(1, 2)]`; find A(BA)
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.
Evaluate the following :
`|(2 , -5),(0 , -3)| |(1 , -1),(3 , 2)|`
Given matrix A = `[(4sin30^@,cos0^@), (cos0^@,4sin30^@)] and B = [(4), (5)]` If AX = B.
Write the order of matrix X.
Find x and y if
`[( x , 3x),(y , 4y)][(2),(1)] = [(5),(12)]`.
If `[(-1, 0),(0, 1)] [(a, b),(c, d)] = [(1, 0),(0, -1)]` find a,b,c and d