Advertisements
Advertisements
Question
If X = `[(3, 1, -1),(5, -2, -3)]` and Y = `[(2, 1, -1),(7, 2, 4)]`, find A matrix Z such that X + Y + Z is a zero matrix
Solution
Given that X = `[(3, 1, -1),(5, -2, -3)]` and Y = `[(2, 1, -1),(7, 2, 4)]`
X + Y + Z = 0
⇒ `[(3, 1, -1),(5, -2, -3)] + [(2, 1, -1),(7, 2, 4)] + [("a", "b", "c"),("d", "e", "f")] = [(0, 0, 0),(0, 0, 0)]`
Where Z = `[("a", "b", "c"),("d", "e", "f")]`
⇒ `[(3 + 2 + "a", 1 + 1 + "b", -1 - 1 + "c"),(5 + 7 + "d", -2 + 2 + "e", -3 + 4 + "f")] = [(0, 0, 0),(0, 0, 0)]`
⇒ `[(5 + "a", 2 + "b", -2 + "c"),(12 + "d", "e", 1 + "f")] = [(0, 0, 0),(0, 0, 0)]`
Equating the corresponding elements, we get
5 + a = 0
⇒ a = – 5, 2 + b = 0
⇒ b = – 2 – 2 + c = 0
⇒ c = 2
12 + d = 0
⇒ d = – 12, e = 0, 1 + f = 0
⇒ f = – 1
Hence, the matrix Z = `[(-5, -2, 2),(-12, 0, -1)]`
APPEARS IN
RELATED QUESTIONS
Compute the indicated product.
`[(1, -2),(2,3)][(1,2,3),(2,3,1)]`
Compute the indicated products:
`[[1 -2],[2 3]][[1 2 3],[-3 2 -1]]`
Compute the products AB and BA whichever exists in each of the following cases:
`A=[[3 2],[-1 0],[-1 1]]` and `B= [[4 5 6],[0 1 2]]`
Show that AB ≠ BA in each of the following cases:
`A = [[1,3,-1],[2,-1,-1],[3,0,-1]]` And `B= [[-2,3,-1],[-1,2,-1],[-6,9,-4]]`
Evaluate the following:
`[[1 -1],[0 2],[2 3]]` `([[1 0 2],[2 0 1]]-[[0 1 2],[1 0 2]])`
If A = `[[2 -1],[3 2]]` and B = `[[0 4],[-1 7]]`find 3A2 − 2B + I
If A =
\[\begin{bmatrix}2 & - 3 & - 5 \\ - 1 & 4 & 5 \\ 1 & - 3 & - 4\end{bmatrix}\]and B =
\[\begin{bmatrix}- 1 & 3 & 5 \\ 1 & - 3 & - 5 \\ - 1 & 3 & 5\end{bmatrix}\] , show that AB = BA = O3×3.
\[A = \begin{bmatrix}3 & 1 \\ - 1 & 2\end{bmatrix} and \text{ I} = \begin{bmatrix}1 & 0 \\ 0 & 1\end{bmatrix}\]
If
If A=, find k such that A2 = kA − 2I2
Solve the matrix equations:
`[x1][[1,0],[-2,-3]][[x],[5]]=0`
Solve the matrix equations:
`[[],[x-5-1],[]][[1,0,2],[0,2,1],[2,0,3]] [[x],[4],[1]]=0`
If `A=[[0,-x],[x,0]],[[0,1],[1,0]]` and `x^2=-1,` then show that `(A+B)^2=A^2+B^2`
If `P(x)=[[cos x,sin x],[-sin x,cos x]],` then show that `P(x),P(y)=P(x+y)=P(y)P(x).`
Give examples of matrices
A and B such that AB = O but BA ≠ O.
If \[A = \begin{bmatrix}1 \\ 2 \\ 3\end{bmatrix}\] write AAT.
For any square matrix write whether AAT is symmetric or skew-symmetric.
If A is a matrix of order 3 × 4 and B is a matrix of order 4 × 3, find the order of the matrix of AB.
If AB = A and BA = B, where A and B are square matrices, then
Let A = \[\begin{bmatrix}a & 0 & 0 \\ 0 & a & 0 \\ 0 & 0 & a\end{bmatrix}\], then An is equal to
If \[A = \begin{bmatrix}\alpha & \beta \\ \gamma & - \alpha\end{bmatrix}\] is such that A2 = I, then
If A and B are square matrices of the same order, then (A + B)(A − B) is equal to
Show that if A and B are square matrices such that AB = BA, then (A + B)2 = A2 + 2AB + B2.
Prove by Mathematical Induction that (A′)n = (An)′, where n ∈ N for any square matrix A.
A matrix which is not a square matrix is called a ______ matrix.
Three schools DPS, CVC, and KVS decided to organize a fair for collecting money for helping the flood victims. They sold handmade fans, mats, and plates from recycled material at a cost of Rs. 25, Rs.100, and Rs. 50 each respectively. The numbers of articles sold are given as
School/Article | DPS | CVC | KVS |
Handmade/fans | 40 | 25 | 35 |
Mats | 50 | 40 | 50 |
Plates | 20 | 30 | 40 |
Based on the information given above, answer the following questions:
- What is the total amount of money (in Rs.) collected by schools CVC and KVS?
Let a, b, c ∈ R be all non-zero and satisfy a3 + b3 + c3 = 2. If the matrix A = `((a, b, c),(b, c, a),(c, a, b))` satisfies ATA = I, then a value of abc can be ______.
If A = `[(-3, -2, -4),(2, 1, 2),(2, 1, 3)]`, B = `[(1, 2, 0),(-2, -1, -2),(0, -1, 1)]` then find AB and use it to solve the following system of equations:
x – 2y = 3
2x – y – z = 2
–2y + z = 3