Advertisements
Advertisements
Question
If A = `[[1 1],[0 1]]` show that A2 = `[[1 2],[0 1]]` and A3 = `[[1 3],[0 1]]`
Solution
Given : A= `[[1 1],[0 1]]`
Now,
`A^2=A A`
`A^2=[[1 1],[0 1]]` `[[1 1],[0 1]]`
`A^2=[[1+0 1+1],[0+0 0+1]]`
`⇒A^2=[[1 2],[0 1]]`
`A^2=A^2A`
`A^2=[[1 2],[0 1]] [[1 1],[0 1]]`
`⇒A^3= [[1+0 1+2],[0+0 0+1]]`
`A^3=[[1 3],[0 1]]`
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.
`[(3,-1,3),(-1,0,2)][(2,-3),(1,0),(3,1)]`
A trust fund has Rs. 30,000 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. 30,000 among the two types of bonds. If the trust fund must obtain an annual total interest of Rs 2,000.
Compute the indicated product:
`[(2,3,4),(3,4,5),(4,5,6)][(1,-3,5),(0,2,4), (3,0,5)]`
Show that AB ≠ BA in each of the following cases:
`A= [[5 -1],[6 7]]`And B =`[[2 1],[3 4]]`
Show that AB ≠ BA in each of the following cases
`A=[[-1 1 0],[0 -1 1],[2 3 4]]` and =B `[[1 2 3], [0 1 0],[1 1 0]]`
Show that AB ≠ BA in each of the following cases:
`A=[[1 3 0],[1 1 0],[4 1 0]]`And B=`[[0 1 0],[1 0 0],[0 5 1]]`
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]]`
If A = `[[ab,b^2],[-a^2,-ab]]` , show that A2 = O
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 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
If `[[2 3],[5 7]] [[1 -3],[-2 4]]-[[-4 6],[-9 x]]` find x.
If
If A=then find λ, μ so that A2 = λA + μI
Find a 2 × 2 matrix A such that `A=[[1,-2],[1,4]]=6l_2`
If `A=[[0,0],[4,0]]` find `A^16`
Give examples of matrices
A and B such that AB = O but A ≠ 0, B ≠ 0.
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?
The monthly incomes of Aryan and Babban are in the ratio 3 : 4 and their monthly expenditures are in the ratio 5 : 7. If each saves ₹ 15,000 per month, find their monthly incomes using matrix method. This problem reflects which value?
write AB.
If \[A = \begin{bmatrix}1 \\ 2 \\ 3\end{bmatrix}\] write AAT.
Given an example of two non-zero 2 × 2 matrices A and B such that AB = O.
If \[A = \begin{bmatrix}1 & 1 \\ 1 & 1\end{bmatrix}\] satisfies A4 = λA, then write the value of λ.
If \[A = \begin{bmatrix}- 3 & 0 \\ 0 & - 3\end{bmatrix}\] , find A4.
If A = [aij] is a 2 × 2 matrix such that aij = i + 2j, write A.
If A = [aij] is a square matrix such that aij = i2 − j2, then write whether A is symmetric or skew-symmetric.
If \[A = \begin{bmatrix}\cos \alpha & - \sin \alpha \\ \sin \alpha & \cos \alpha\end{bmatrix}\] is identity matrix, then write the value of α.
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.
If \[A = \begin{bmatrix}1 & a \\ 0 & 1\end{bmatrix}\]then An (where n ∈ N) equals
If A is a square matrix such that A2 = A, then (I + A)3 − 7A is equal to
The matrix \[A = \begin{bmatrix}0 & 0 & 4 \\ 0 & 4 & 0 \\ 4 & 0 & 0\end{bmatrix}\] is a
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 matrix of order m × n and B is a matrix such that ABT and BTA are both defined, then the order of matrix B is
Disclaimer: option (a) and (d) both are the same.
If A = `[(2, -1, 3),(-4, 5, 1)]` and B = `[(2, 3),(4, -2),(1, 5)]`, then ______.
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
If A = `[(3, -5),(-4, 2)]`, then find A2 – 5A – 14I. Hence, obtain A3.
If A, B and C are square matrices of same order, then AB = AC always implies that B = C