Advertisements
Advertisements
प्रश्न
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
उत्तर
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
संबंधित प्रश्न
If A = `[[4 2],[-1 1]]`
, prove that (A − 2I) (A − 3I) = O
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.
For the following matrices verify the associativity of matrix multiplication i.e. (AB) C = A(BC):
`A =-[[1 2 0],[-1 0 1]]`,`B=[[1 0],[-1 2],[0 3]]` and C= `[[1],[-1]]`
Compute the elements a43 and a22 of the matrix:`A=[[0 1 0],[2 0 2],[0 3 2],[4 0 4]]` `[[2 -1],[-3 2],[4 3]] [[0 1 -1 2 -2],[3 -3 4 -4 0]]`
If
If [1 1 x] `[[1 0 2],[0 2 1],[2 1 0]] [[1],[1],[1]]` = 0, find x.
If A=, find k such that A2 = kA − 2I2
If `A= [[1,2,0],[3,-4,5],[0,-1,3]]` compute A2 − 4A + 3I3.
If , then show that A is a root of the polynomial f (x) = x3 − 6x2 + 7x + 2.
Find the matrix A such that `=[[1,2,3],[4,5,6]]=[[-7,-8,-9],[2,4,6],[11,10,9]]`
If\[A = \begin{bmatrix}a & b \\ 0 & 1\end{bmatrix}\], prove that\[A^n = \begin{bmatrix}a^n & b( a^n - 1)/a - 1 \\ 0 & 1\end{bmatrix}\] for every positive integer n .
Give examples of matrices
A and B such that AB ≠ BA
If A and B are square matrices of the same order, explain, why in general
(A + B)2 ≠ A2 + 2AB + B2
If A and B are square matrices of the same order, explain, why in general
(A − B)2 ≠ A2 − 2AB + B2
If A and B are square matrices of the same order, explain, why in general
(A + B) (A − B) ≠ A2 − B2
A trust fund has Rs 30000 that must be invested in two different types of bonds. The first bond pays 5% interest per year, and the second bond pays 7% interest per year. Using matrix multiplication, determine how to divide Rs 30000 among the two types of bonds. If the trust fund must obtain an annual total interest of
(i) Rs 1800
A trust fund has Rs 30000 that must be invested in two different types of bonds. The first bond pays 5% interest per year, and the second bond pays 7% interest per year. Using matrix multiplication, determine how to divide Rs 30000 among the two types of bonds. If the trust fund must obtain an annual total interest of(ii) Rs 2000
There are 2 families A and B. There are 4 men, 6 women and 2 children in family A, and 2 men, 2 women and 4 children in family B. The recommend daily amount of calories is 2400 for men, 1900 for women, 1800 for children and 45 grams of proteins for men, 55 grams for women and 33 grams for children. Represent the above information using matrix. Using matrix multiplication, calculate the total requirement of calories and proteins for each of the two families. What awareness can you create among people about the planned diet from this question?
write AB.
If \[A = \begin{bmatrix}- 3 & 0 \\ 0 & - 3\end{bmatrix}\] , find A4.
Write matrix A satisfying ` A+[[2 3],[-1 4]] =[[3 6],[- 3 8]]`.
If \[\begin{bmatrix}1 & 2 \\ 3 & 4\end{bmatrix}\begin{bmatrix}3 & 1 \\ 2 & 5\end{bmatrix} = \begin{bmatrix}7 & 11 \\ k & 23\end{bmatrix}\] ,then write the value of k.
What is the total number of 2 × 2 matrices with each entry 0 or 1?
If \[\begin{bmatrix}2x + y & 4x \\ 5x - 7 & 4x\end{bmatrix} = \begin{bmatrix}7 & 7y - 13 \\ y & x + 6\end{bmatrix}\]
If A is a square matrix such that A2 = I, then (A − I)3 + (A + I)3 − 7A is equal to
If X = `[(3, 1, -1),(5, -2, -3)]` and Y = `[(2, 1, -1),(7, 2, 4)]`, find X + Y
Show that if A and B are square matrices such that AB = BA, then (A + B)2 = A2 + 2AB + B2.