Advertisements
Advertisements
Question
If A = `[(1, 5),(7, 12)]` and B `[(9, 1),(7, 8)]`, find a matrix C such that 3A + 5B + 2C is a null matrix.
Solution
Order of matrices A and B is 2 × 2.
∴ Order of matrix C must be 2 × 2.
Let C = `[("a", "b"),("c", "d")]`
∴ 3A + 5B + 2C = 0
⇒ `3[(1, 5),(7, 12)] + 5[(9, 1),(7, 8)] + 2[("a", "b"),("c", "d")] = [(0, 0),(0, 0)]`
⇒ `[(3, 15),(21, 36)] + [(45, 5),(35, 40)] + [(2"a", 2"b"),(2"c", 2"")] = [(0, 0),(0, 0)]`
⇒ `[(3 + 45 + 2"a", 15 + 5 + 2"b"),(21 + 35 + 2"c", 36 + 40 + 2"d")] = [(0, 0),(0, 0)]`
⇒`[(48 + 2"a", 20 + 2"b"),(56 + 2"c", 76 + 2"d")] = [(0, 0),(0, 0)]`
Equating the corresponding elements, we get,
48 + 2a = 0
⇒ 2a = – 48
⇒ a = – 24
20 + 2b = 0
⇒ 2b = – 20
⇒ b = – 10
56 + 2c = 0
⇒ 2c = – 56
⇒ c = – 28
76 + 2d = 0
⇒ 2d = – 76
⇒ d = – 38
Hence, C = `[(-2, -10),(-2, -38)]`
APPEARS IN
RELATED QUESTIONS
The cost of 4 pencils, 3 pens and 2 erasers is Rs. 60. The cost of 2 pencils, 4 pens and 6 erasers is Rs. 90 whereas the cost of 6 pencils, 2 pens and 3 erasers is Rs. 70. Find the cost of each item by using matrices.
Find the inverse of the matrix, `A=[[1,3,3],[1,4,3],[1,3,4]]`by using column transformations.
Solve the following equations by the method of reduction :
2x-y + z=1, x + 2y +3z = 8, 3x + y-4z=1.
The sum of three numbers is 9. If we multiply third number by 3 and add to the second number, we get 16. By adding the first and the third number and then subtracting twice the second number from this sum, we get 6. Use this information and find the system of linear equations. Hence, find the three numbers using matrices.
Express the following equations in the matrix form and solve them by method of reduction :
2x- y + z = 1, x + 2y + 3z = 8, 3x + y - 4z =1
Use elementary column operation C2 → C2 + 2C1 in the following matrix equation :
`[[2,1],[2,0]] = [[3,1],[2,0]] [[1,0],[-1,1]]`
For what values of k, the system of linear equations
x + y + z = 2
2x + y – z = 3
3x + 2y + kz = 4
has a unique solution?
If `A=|[2,0,-1],[5,1,0],[0,1,3]|` , then find A-1 using elementary row operations
Using the properties of determinants, solve the following for x:
`|[x+2,x+6,x-1],[x+6,x-1,x+2],[x-1,x+2,x+6]|=0`
Prove that `|(yz-x^2,zx-y^2,xy-z^2),(zx-y^2,xy-z^2,yz-x^2),(xy-z^2,yz-x^2,zx-y^2)|`is divisible by (x + y + z) and hence find the quotient.
Using elementary transformations, find the inverse of the matrix A = `((8,4,3),(2,1,1),(1,2,2))`and use it to solve the following system of linear equations :
8x + 4y + 3z = 19
2x + y + z = 5
x + 2y + 2z = 7
The cost of 2 books, 6 notebooks and 3 pens is Rs 40. The cost of 3 books, 4 notebooks and 2 pens is Rs 35, while the cost of 5 books, 7 notebooks and 4 pens is Rs 61. Using this information and matrix method, find the cost of 1 book, 1 notebook and 1 pen separately.
Prove that :
x + y + z + w = 2
x − 2y + 2z + 2w = − 6
2x + y − 2z + 2w = − 5
3x − y + 3z − 3w = − 3
In the following matrix equation use elementary operation R2 → R2 + R1 and the equation thus obtained:
If three numbers are added, their sum is 2. If two times the second number is subtracted from the sum of the first and third numbers, we get 8, and if three times the first number is added to the sum of the second and third numbers, we get 4. Find the numbers using matrices.
Apply the given elementary transformation on each of the following matrices `[(3, -4),(2, 2)]`, R1 ↔ R2.
Transform `[(1, -1, 2),(2, 1, 3),(3, 2, 4)]` into an upper traingular matrix by suitable row transformations.
Find the cofactor matrix, of the following matrices : `[(1, 2),(5, -8)]`
Find the adjoint of the following matrices : `[(2, -3),(3, 5)]`
Choose the correct alternative.
If A = `[("a", 0, 0),(0, "a", 0),(0, 0,"a")]`, then |adj.A| = _______
State whether the following is True or False :
Single element matrix is row as well as column matrix.
Solve the following :
If A = `[(1, 0, 0),(2, 1, 0),(3, 3, 1)]`, the reduce it to unit matrix by using row transformations.
If three numbers are added, their sum is 2. If 2 times the second number is subtracted from the sum of first and third numbers, we get 8. If three times the first number is added to the sum of second and third numbers, we get 4. Find the numbers using matrices.
Matrix `[("a", "b", "c"),("p", "q", "r"),(2"a" - "p", 2"b" - "q", 2"c" - "r")]` is a singular
The cofactors of the elements of the first column of the matrix A = `[(2,0,-1),(3,1,2),(-1,1,2)]` are ______.
If `overlinea = 3hati + hatj + 4hatk, overlineb = 2hati - 3hatj + lambdahatk, overlinec = hati + 2hatj - 4hatk` and `overlinea.(overlineb xx overlinec) = 47`, then λ is equal to ______
If A = `[(a, 0, 0), (0, a, 0), (0, 0, a)]`, then the value of |A| |adj A| is ______
If AX = B, where A = `[(1, 2, 3), (-1, 1, 2), (1, 2, 4)]` and B = `[(1), (2), (3)]`, then X is equal to ______
If A = `[(1, 1, -1), (1, -2, 1), (2, -1, -3)]`, then (adj A)A = ______
If `[(1, 0, -1),(0, 2, 1),(1, -2, 0)] [(x),(y),(z)] = [(1),(2),(3)]`, then the values of x, y, z respectively are ______.
If `[(2, 3), (3, 1)][(x), (y)] = [(-5), (3)]`, then the values of x and y respectively are ______
If a matrix has 28 elements, what are the possible orders it can have? What if it has 13 elements?
In the matrix A = `[("a", 1, x),(2, sqrt(3), x^2 - y),(0, 5, (-2)/5)]`, write: The number of elements
Find non-zero values of x satisfying the matrix equation:
`x[(2x, 2),(3, x)] + 2[(8, 5x),(4, 4x)] = 2[(x^2 + 8, 24),(10, 6x)]`
Find the matrix A satisfying the matrix equation:
`[(2, 1),(3, 2)] "A" [(-3, 2),(5, -3)] = [(1, 0),(0, 1)]`
Find A, if `[(4),(1),(3)]` A = `[(-4, 8,4),(-1, 2, 1),(-3, 6, 3)]`
Solve for x and y: `x[(2),(1)] + y[(3),(5)] + [(-8),(-11)]` = O
If P = `[(x, 0, 0),(0, y, 0),(0, 0, z)]` and Q = `[("a", 0, 0),(0, "b", 0),(0, 0, "c")]`, prove that PQ = `[(x"a", 0, 0),(0, y"b", 0),(0, 0, z"c")]` = QP
If possible, using elementary row transformations, find the inverse of the following matrices
`[(2, -1, 3),(-5, 3, 1),(-3, 2, 3)]`
If possible, using elementary row transformations, find the inverse of the following matrices
`[(2, 3, -3),(-1, 2, 2),(1, 1, -1)]`
If possible, using elementary row transformations, find the inverse of the following matrices
`[(2, 0, -1),(5, 1, 0),(0, 1, 3)]`
If `[(2x + y, 4x),(5x - 7, 4x)] = [(7, 7y - 13),(y, x + 6)]`, then the value of x + y is ______.
On using elementary column operations C2 → C2 – 2C1 in the following matrix equation `[(1, -3),(2, 4)] = [(1, -1),(0, 1)] [(3, 1),(2, 4)]`, we have: ______.
A matrix denotes a number.
Two matrices are equal if they have same number of rows and same number of columns.
If A = `[(0,0,0,0),(0,0,0,0),(1,0,0,0),(0,1,0,0)],` then ____________.
if `A = [(2,5),(1,3)] "then" A^-1` = ______