Advertisements
Advertisements
Question
If A = `[(0, 3, 3),(-3, 0, -4),(-3, 4, 0)]` and B = `[(x),(y),(z)]`, find the matrix B'(AB)
Solution
AB = `[(0, 3, 3),(-3, 0, -4),(-3, 4, 0)] [(x),(z),(y)]`
= `[(3y + 3z),(-3x + 4z),(-3x + 4y)]`
B'(AB) = `[(x),(y),(z)] [(3y + 3z),(-3x - 4z),(-3x + 4y)]`
= `[(x, y, z)] [(3y + 3z),(-3x - 4z),(-3x + 4y)]`
= [3xy + 3xz − 3xy − 4yz − 3xz + 4yz]
= [0]
APPEARS IN
RELATED QUESTIONS
Find the inverse of the following matrix by elementary row transformations if it exists. `A=[[1,2,-2],[0,-2,1],[-1,3,0]]`
If A = `[(1, 3), (3, 1)]`, Show that A2 - 2A is a scalar matrix.
Find the matrix of the co-factor for the following matrix.
`[(1, 0, 2),(-2, 1, 3),(0, 3, -5)]`
Find the adjoint of the following matrix.
`[(2,-3),(3,5)]`
Find the inverse of the following matrix (if they exist):
`((2,1),(1,-1))`
Find the inverse of the following matrix (if they exist):
`[(2,-3,3),(2,2,3),(3,-2,2)]`
Find the inverse of the following matrices by transformation method: `[(1, 2),(2, -1)]`
Adjoint of `[(2, -3),(4, -6)]` is _______
Choose the correct alternative.
If A is a 2 x 2 matrix such that A(adj. A) = `[(5, 0),(0, 5)]`, then |A| = _______
Fill in the blank :
(AT)T = _______
State whether the following is True or False :
If A and B are conformable for the product AB, then (AB)T = ATBT.
Find inverse of the following matrices (if they exist) by elementary transformations :
`[(1, -1),(2, 3)]`
The solution (x, y, z) of the equation `[(1, 0, 1),(-1, 1, 0),(0, -1, 1)] [(x),(y),(z)] = [(1),(1),(2)]` is (x, y, z) =
If A = `[(cos alpha, sin alpha),(-sin alpha, cos alpha)]`, then A10 = ______
If A = `[(1, -1, 1),(2, 1, -3),(1, 1, 1)]`, 10B = `[(4, 2,2),(-5, 0, ∞),(1, -2, 3)]` and B is the inverse of matrix A, then α = ______
If A = `[(3, 1),(5, 2)]`, and AB = BA = I, then find the matrix B
If f(x) = x2 − 2x − 3 then find f(A) when A = `[(1, 2),(2, 1)]`
Find the adjoint of matrix A = `[(6, 5),(3, 4)]`
If A = `[(0, 4, 3),(1, -3, -3),(-1, 4, 4)]`, then find A2 and hence find A−1
If A = `[(0, 1),(2, 3),(1, -1)]` and B = `[(1, 2, 1),(2, 1, 0)]`, then find (AB)−1
If A = `[(1, 0, 0),(3, 3, 0),(5, 2, -1)]`, find A−1 by the adjoint method
If A-1 = `[(1,0,3),(2,1,-1),(1,-1,1)]` then, find A.
Solve by matrix inversion method:
3x – y + 2z = 13; 2x + y – z = 3; x + 3y – 5z = - 8
Solve by matrix inversion method:
2x – z = 0; 5x + y = 4; y + 3z = 5
If A = `[(1,-1),(2,3)]` show that A2 - 4A + 5I2 = 0 and also find A-1.
The matrix A = `[("a",-1,4),(-3,0,1),(-1,1,2)]` is not invertible only if a = _______.
If A is non-singular matrix such that (A - 2l)(A - 4l) = 0 then A + 8A-1 = ______.
If A = `[(3, -3, 4), (2, -3, 4), (0, -1, 1)]` then A-1 = ______
If A is non-singular matrix and (A + l)(A - l) = 0 then A + A-1 = ______.
The inverse of `[(1,cos alpha),(- cos alpha, -1)]` is ______.
If A is a solution of x2 - 4x + 3 = 0 and `A=[[2,-1],[-1,2]],` then A-1 equals ______.
If the inverse of the matrix A = `[(1, 1, -1), (1, -2, 1), (2, -1, -3)]` is `1/9 [(7, 4, -1), (5, -1, -2), (3, 3, a)]`, then a is equal to ______
A–1 exists if |A| = 0.
If A = `[(cos α, sin α),(-sin α, cos α)]`, then find α satisfying `0 < α < π/2`, when A + AT = `sqrt(2) l_2` where AT is transpose of A.
If A = `[(cos α, sin α),(- sin α, cos α)]`, then the matrix A is ______.
For an invertible matrix A, if A (adj A) = `|(20, 0),(0, 20)|`, then | A | = ______.
If A = `[(4, 3, 2),(-1, 2, 0)]`, B = `[(1, 2),(-1, 0),(1, -2)]`
Find (AB)–1 by adjoint method.
Solution:
AB = `[(4, 3, 2),(-1, 2, 0)] [(1, 2),(-1, 0),(1, -2)]`
AB = [ ]
|AB| = `square`
M11 = –2 ∴ A11 = (–1)1+1 . (–2) = –2
M12 = –3 A12 = (–1)1+2 . (–3) = 3
M21 = 4 A21 = (–1)2+1 . (4) = –4
M22 = 3 A22 = (–1)2+2 . (3) = 3
Cofactor Matrix [Aij] = `[(-2, 3),(-4, 3)]`
adj (A) = [ ]
A–1 = `1/|A| . adj(A)`
A–1 = `square`