Advertisements
Advertisements
Question
If A = `[[4 2],[-1 1]]`
, prove that (A − 2I) (A − 3I) = O
Solution
Given: (A−2 I)(A−3 I)
⇒ (A−2I)(A−3I)= `([[4 2],[-1 1]]-2[[1 0],[-1 1]])` `([[4 2],[-1 1]]-3[[1 0],[0 1]])`
⇒ (A−2I)(A−3I)=`([[4 2],[-1 1]]-[[2 0],[0 2]])` `([[4 2],[-1 1]]-[[3 0],[0 3]])`
⇒ (A−2I)(A−3I)= `[[4-2 2-0],[-1-0 1-2]] [[4-3 2-0],[-1-0 1-3]]`
⇒ (A−2I)(A−3I)=`[[2 2],[-1 -1]],[[1 2],[-1 -2]]`
⇒ (A−2I)(A−3I)= `[[2-2 4-4],[-1+1 -2+2]]`
⇒ (A−2I) A−3I)= `[[0 0],[0 0]]`
⇒ (A−2I)(A−3I) =0
Hence proved.
APPEARS IN
RELATED QUESTIONS
Which of the given values of x and y make the following pair of matrices equal?
`[(3x+7, 5),(y+1, 2-3x)] = [(0,y-2),(8,4)]`
Compute the indicated product:
`[(a,b),(-b,a)][(a,-b),(b,a)]`
Compute the products AB and BA whichever exists in each of the following cases:
`A= [[1 -2],[2 3]]` and B=`[[1 2 3],[2 3 1]]`
Evaluate the following:
`([[1 3],[-1 -4]]+[[3 -2],[-1 1]])[[1 3 5],[2 4 6]]`
Evaluate the following:
`[[1 -1],[0 2],[2 3]]` `([[1 0 2],[2 0 1]]-[[0 1 2],[1 0 2]])`
If A = `[[1 1],[0 1]]` show that A2 = `[[1 2],[0 1]]` and A3 = `[[1 3],[0 1]]`
Let A =`[[-1 1 -1],[3 -3 3],[5 5 5]]`and B =`[[0 4 3],[1 -3 -3],[-1 4 4]]`
, compute A2 − B2.
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]]`
For the following matrices verify the distributivity of matrix multiplication over matrix addition i.e. A (B + C) = AB + AC:
`A=[[2 -1],[1 1],[-1 2]]` `B=[[0 1],[1 1]]` C=`[[1 -1],[0 1]]`
If [x 4 1] `[[2 1 2],[1 0 2],[0 2 -4]]` `[[x],[4],[-1]]` = 0, find x.
If [1 1 x] `[[1 0 2],[0 2 1],[2 1 0]] [[1],[1],[1]]` = 0, find x.
If\[A = \begin{bmatrix}1 & 2 \\ 2 & 1\end{bmatrix}\] f (x) = x2 − 2x − 3, show that f (A) = 0
Solve the matrix equations:
`[1 2 1] [[1,2,0],[2,0,1],[1,0 ,2]][[0],[2],[x]]=0`
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.
`A=[[1,2,2],[2,1,2],[2,2,1]]`, then prove that A2 − 4A − 5I = 0
Find the matrix A such that `[[2,-1],[1,0],[-3,-4]]A` `=[[-1,-8,-10],[1,-2,-5],[9,22,15]]`
If `A=[[0,0],[4,0]]` find `A^16`
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).`
`A=[[2,0,1],[2,1,3],[1,-1,0]]` , find A2 − 5A + 4I and hence find a matrix X such that A2 − 5A + 4I + X = 0.
Give examples of matrices
A and B such that AB = O but BA ≠ O.
Give examples of matrices
A, B and C such that AB = AC but B ≠ C, A ≠ 0.
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?
In a parliament election, a political party hired a public relations firm to promote its candidates in three ways − telephone, house calls and letters. The cost per contact (in paisa) is given in matrix A as
\[A = \begin{bmatrix}140 \\ 200 \\ 150\end{bmatrix}\begin{array}Telephone \\ House calls \\ Letters\end{array}\]
The number of contacts of each type made in two cities X and Y is given in the matrix B as
\[\begin{array}Telephone & House calls & Letters\end{array}\]
\[B = \begin{bmatrix}1000 & 500 & 5000 \\ 3000 & 1000 & 10000\end{bmatrix}\begin{array} \\City X \\ City Y\end{array}\]
Find the total amount spent by the party in the two cities.
What should one consider before casting his/her vote − party's promotional activity of their social activities?
If \[A = \begin{bmatrix}1 \\ 2 \\ 3\end{bmatrix}\] write AAT.
If \[A = \begin{bmatrix}\cos x & - \sin x \\ \sin x & \cos x\end{bmatrix}\] , find AAT
For any square matrix write whether AAT is symmetric or skew-symmetric.
If A is 2 × 3 matrix and B is a matrix such that AT B and BAT both are defined, then what is the order of B ?
Construct a 2 × 2 matrix A = [aij] whose elements aij are given by \[a_{ij} = \begin{cases}\frac{\left| - 3i + j \right|}{2} & , if i \neq j \\ \left( i + j \right)^2 & , if i = j\end{cases}\]
If AB = A and BA = B, where A and B are square matrices, then
If A and B are two matrices such n that AB = B and BA = A , `A^2 + B^2` is equal to
The number of possible matrices of order 3 × 3 with each entry 2 or 0 is
If \[A = \begin{bmatrix}2 & - 1 & 3 \\ - 4 & 5 & 1\end{bmatrix}\text{ and B }= \begin{bmatrix}2 & 3 \\ 4 & - 2 \\ 1 & 5\end{bmatrix}\] then
If X = `[(3, 1, -1),(5, -2, -3)]` and Y = `[(2, 1, -1),(7, 2, 4)]`, find 2X – 3Y
If matrix A = [aij]2×2, where aij `{:(= 1 "if i" ≠ "j"),(= 0 "if i" = "j"):}` then A2 is equal to ______.
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 money (in Rupees) collected by the school DPS?
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