Advertisements
Advertisements
Question
If A = `[(2, 5),(4, 3)]`, B = `[(1, -3),(2, 5)]` find AB, BA and verify AB = BA?
Solution
Given A = `[(2, 5),(4, 3)]`, B = `[(1, -3),(2, 5)]`
AB = `[(2, 5),(4, 3)] xx [(1, -3),(2, 5)]`
= `[(2 + 10, -6 + 25),(4 + 6, -12 + 15)]`
= `[(12, 19),(10, 3)]`
BA = `[(1, -3),(2, 5)] xx [(2, 5),(4, 3)]`
= `[(2 - 12, 5 - 9),(4 + 20, 10 + 15)]`
= `[(-10, -4),(24, 25)]`
AB ≠ BA
APPEARS IN
RELATED QUESTIONS
If the number of columns and rows are not equal in a matrix then it is said to be a
Consider the matrix Aα = `[(cos alpha, - sin alpha),(sin alpha, cos alpha)]` Show that `"A"_alpha "A"_beta = "A"_((alpha + beta))`
If A = `[(1, 0, 2), (0, 2, 1), (2, 0, 3)]` and A3 – 6A2 + 7A + kI = 0, find the value of k
Show that f(x) f(y) = f(x + y), where f(x) = `[(cosx, -sinx, 0),(sinx, cosx, 0),(0, 0, 1)]`
If AT = `[(4, 5),(-1, 0),(2, 3)]` and B = `[(2, -1, 1),(7, 5, -2)]`, veriy the following
(BT)T = B
Express the following matrices as the sum of a symmetric matrix and a skew-symmetric matrix:
`[(4, -2),(3, -5)]`
Choose the correct alternative:
if A = `[(lambda, 1),(-1, -lambda)]`, then for what value of λ, A2 = 0 ?
Choose the correct alternative:
If A = `[(1, 2, 2),(2, 1, -2),("a", 2, "b")]` is a matrix satisfying the equation AAT = 9I, where I is 3 × 3 identity matrix, then the ordered pair (a, b) is equal to
Choose the correct alternative:
Let A and B be two symmetric matrices of same order. Then which one of the following statement is not true?
Let det M denotes the determinant of the matrix M. Let A and B be 3 × 3 matrices with det A = 3 and det B = 4. Then the det (2AB) is