Advertisements
Advertisements
Question
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.
Solution
Given : A= `[[-1 1 -1],[3 -3 3],[5 5 5]]`
Now,
`A^(2)=A A`
`⇒A^(2)=[[-1 1 -1],[3 -3 3],[5 5 5]]` `[[-1 1 -1],[3 -3 3],[5 5 5]]`
`⇒A^(2)=[[1+3-5 -1-3-5 1+3-5],[-3-9+15 3+9+15 -3-9+15],[-5+15+25 5-15+25 -5+15+25]]`
`⇒A^(2)=[[-1 -9 -1],[3 27 3],[35 15 35]]`
`B^(2)=B B`
`⇒B^(2)=[[0 4 3],[1 -3 -3],[-1 4 4]]` `[[0 4 3],[1 -3 -3],[-1 4 4]]`
`⇒B^(2)=[[0+4-3 0-12+12 0-12+12],[0-3+3 4+9-12 3+9-12],[0+4-4 -4-12+12 -3-12+16]]`
`⇒B^(2)= [[1 0 0],[0 1 0],[0 0 1]]`
`A^2−B^2 `
`⇒A^2−B^2= [[-1 -9 -1],[3 27 3],[35 15 35]]-[[1 0 0],[0 1 0],[0 0 1]]`
`⇒A^2−B^2= [[-1-1 -9-0 -1-0],[3-0 27-1 3-0],[35-0 15-0 35-1]]`
`⇒A^2−B^2= [[-2 -9 -1],[3 26 3],[35 15 34]]`
APPEARS IN
RELATED QUESTIONS
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 products:
`[[a b],[-b a]][[a -b],[b a]]`
Evaluate the following:
`[[],[1 2 3],[]]` `[[1 0 2],[2 0 1],[0 1 2]]` `[[2],[4],[6]]`
Evaluate the following:
`[[1 -1],[0 2],[2 3]]` `([[1 0 2],[2 0 1]]-[[0 1 2],[1 0 2]])`
For the following matrices verify the distributivity of matrix multiplication over matrix addition i.e. A (B + C) = AB + AC:
`A = [[1 -1],[0 2]] B= [[-1 0],[2 1]]`and `C= [[0 1],[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 A=then find λ, μ so that A2 = λA + μI
Solve the matrix equations:
`[[],[x-5-1],[]][[1,0,2],[0,2,1],[2,0,3]] [[x],[4],[1]]=0`
If `A= [[1,2,0],[3,-4,5],[0,-1,3]]` compute A2 − 4A + 3I3.
Find the matrix A such that `=[[1,2,3],[4,5,6]]=[[-7,-8,-9],[2,4,6],[11,10,9]]`
Find a 2 × 2 matrix A such that `A=[[1,-2],[1,4]]=6l_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).`
`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.
Let A and B be square matrices of the order 3 × 3. Is (AB)2 = A2 B2? Give reasons.
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
Let `A =[[2,-3],[-7,5]]` And `B=[[1,0],[2,-4]]` verify that
(A − B)T = AT − BT
write AB.
If A = [aij] is a square matrix such that aij = i2 − j2, then write whether A is symmetric or skew-symmetric.
What is the total number of 2 × 2 matrices with each entry 0 or 1?
Write the number of all possible matrices of order 2 × 2 with each entry 1, 2 or 3.
If `[2 1 3]([-1,0,-1],[-1,1,0],[0,1,1])([1],[0],[-1])=A` , then write the order of matrix A.
If A and B are two matrices such that AB = A and BA = B, then B2 is equal to
If \[A = \begin{bmatrix}1 & a \\ 0 & 1\end{bmatrix}\]then An (where n ∈ N) equals
If \[A = \begin{bmatrix}1 & 2 & x \\ 0 & 1 & 0 \\ 0 & 0 & 1\end{bmatrix} and B = \begin{bmatrix}1 & - 2 & y \\ 0 & 1 & 0 \\ 0 & 0 & 1\end{bmatrix}\] and AB = I3, then x + y equals
If \[A = \begin{bmatrix}\alpha & \beta \\ \gamma & - \alpha\end{bmatrix}\] is such that A2 = I, then
If A is a square matrix such that A2 = A, then (I + A)3 − 7A is equal to
If A = [aij] is a scalar matrix of order n × n such that aii = k, for all i, then trace of A is equal to
(a) nk (b) n + k (c) \[\frac{n}{k}\] (d) none of these
If \[A = \begin{pmatrix}\cos\alpha & - \sin\alpha & 0 \\ \sin\alpha & \cos\alpha & 0 \\ 0 & 0 & 1\end{pmatrix},\] ,find adj·A and verify that A(adj·A) = (adj·A)A = |A| I3.
Let A and B be square matrices of the order 3 × 3. Is (AB)2 = A2B2? Give reasons.
Prove by Mathematical Induction that (A′)n = (An)′, where n ∈ N for any square matrix A.
The matrix P = `[(0, 0, 4),(0, 4, 0),(4, 0, 0)]`is a ______.
If A and B are square matrices of the same order, then (AB)′ = ______.
If A `= [(1,3),(3,4)]` and A2 − kA − 5I = 0, then the value of k is ______.
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 collected by all three schools DPS, CVC, and KVS?
If A = `[(a, b),(b, a)]` and A2 = `[(α, β),(β, α)]`, then ______.