Advertisements
Advertisements
Question
Let `A= [[1,-1,0],[2,1,3],[1,2,1]]` And `B=[[1,2,3],[2,1,3],[0,1,1]]` Find `A^T,B^T` and verify that (A + B)T = AT + BT
Solution
\[Given: A = \begin{bmatrix}1 & - 1 & 0 \\ 2 & 1 & 3 \\ 1 & 2 & 1\end{bmatrix} \text{and B }= \begin{bmatrix}1 & 2 & 3 \\ 2 & 1 & 3 \\ 0 & 1 & 1\end{bmatrix}\]
`A^T = [[1 2 1],[-1 1 2 ],[0 3 1]]` and `B^T = [[1 2 0],[2 1 1 ],[3 3 1]]`
\[\left( i \right) \]
\[A + B = \begin{bmatrix}1 & - 1 & 0 \\ 2 & 1 & 3 \\ 1 & 2 & 1\end{bmatrix} + \begin{bmatrix}1 & 2 & 3 \\ 2 & 1 & 3 \\ 0 & 1 & 1\end{bmatrix} \]
\[ \Rightarrow A + B = \begin{bmatrix}1 + 1 & - 1 + 2 & 0 + 3 \\ 2 + 2 & 1 + 1 & 3 + 3 \\ 1 + 0 & 2 + 1 & 1 + 1\end{bmatrix}\]
\[ \Rightarrow A + B = \begin{bmatrix}2 & 1 & 3 \\ 4 & 2 & 6 \\ 1 & 3 & 2\end{bmatrix}\]
\[ \Rightarrow \left( A + B \right)^T = \begin{bmatrix}2 & 4 & 1 \\ 1 & 2 & 3 \\ 3 & 6 & 2\end{bmatrix} . . . \left( 1 \right)\]
\[Now, \]
\[ A^T + B^T = \begin{bmatrix}1 & 2 & 1 \\ - 1 & 1 & 2 \\ 0 & 3 & 1\end{bmatrix} + \begin{bmatrix}1 & 2 & 0 \\ 2 & 1 & 1 \\ 3 & 3 & 1\end{bmatrix}\] \[ \Rightarrow A^T + B^T = \begin{bmatrix}1 + 1 & 2 + 2 & 1 + 0 \\ - 1 + 2 & 1 + 1 & 2 + 1 \\ 0 + 3 & 3 + 3 & 1 + 1\end{bmatrix}\]
\[ \Rightarrow A^T + B^T = \begin{bmatrix}2 & 4 & 1 \\ 1 & 2 & 3 \\ 3 & 6 & 2\end{bmatrix} . . . \left( 2 \right)\]
\[ \Rightarrow \left( A + B \right)^T = A^T + B^T \left[ \text{From eqs} . \left( 1 \right) and \left( 2 \right) \right]\]
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)]`
Compute the indicated products:
`[[1 -2],[2 3]][[1 2 3],[-3 2 -1]]`
If A = `[[2 -1],[3 2]]` and B = `[[0 4],[-1 7]]`find 3A2 − 2B + I
If A = `[[ cos 2θ sin 2θ],[ -sin 2θ cos 2θ]]`, find A2.
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]]`
If [1 −1 x] `[[0 1 -1],[2 1 3],[1 1 1]] [[0],[1],[1]]=`= 0, find x.
Find the value of x for which the matrix product`[[2 0 7],[0 1 0],[1 -2 1]]` `[[-x 14x 7x],[0 1 0],[x -4x -2x]]`equal an identity matrix.
Solve the matrix equations:
`[[],[x-5-1],[]][[1,0,2],[0,2,1],[2,0,3]] [[x],[4],[1]]=0`
Find a 2 × 2 matrix A such that `A=[[1,-2],[1,4]]=6l_2`
If `A=[[0,-x],[x,0]],[[0,1],[1,0]]` and `x^2=-1,` then show that `(A+B)^2=A^2+B^2`
`A=[[3,-5],[-4,2]]` then find A2 − 5A − 14I. Hence, obtain A3
If `P=[[x,0,0],[0,y,0],[0,0,z]]` and `Q=[[a,0,0],[0,b,0],[0,0,c]]` prove that `PQ=[[xa,0,0],[0,yb,0],[0,0,zc]]=QP`
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 .
Let `A= [[1,1,1],[0,1,1],[0,0,1]]` Use the principle of mathematical introduction to show that `A^n [[1,n,n(n+1)//2],[0,1,1],[0,0,1]]` for every position integer n.
If A and B are square matrices of the same order, explain, why in general
(A − B)2 ≠ A2 − 2AB + B2
Three shopkeepers A, B and C go to a store to buy stationary. A purchases 12 dozen notebooks, 5 dozen pens and 6 dozen pencils. B purchases 10 dozen notebooks, 6 dozen pens and 7 dozen pencils. C purchases 11 dozen notebooks, 13 dozen pens and 8 dozen pencils. A notebook costs 40 paise, a pen costs Rs. 1.25 and a pencil costs 35 paise. Use matrix multiplication to calculate each individual's bill.
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
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} \text{Telephone}\\{\text{House calls }}\\ \text{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}- 3 & 0 \\ 0 & - 3\end{bmatrix}\] , find A4.
If A = [aij] is a square matrix such that aij = i2 − j2, then write whether A is symmetric or skew-symmetric.
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 I is the identity matrix and A is a square matrix such that A2 = A, then what is the value of (I + A)2 = 3A?
Write a 2 × 2 matrix which is both symmetric and skew-symmetric.
If A and B are two matrices such that AB = A and BA = B, then B2 is equal to
The number of all possible matrices of order 3 × 3 with each entry 0 or 1 is
The matrix \[A = \begin{bmatrix}0 & 0 & 4 \\ 0 & 4 & 0 \\ 4 & 0 & 0\end{bmatrix}\] is a
If A = `[(3, 5)]`, B = `[(7, 3)]`, then find a non-zero matrix C such that AC = BC.
Give an example of matrices A, B and C such that AB = AC, where A is nonzero matrix, but B ≠ C.
If A and B are square matrices of the same order, then (AB)′ = ______.
A square matrix where every element is unity is called an identity matrix.
If A and B are two square matrices of the same order, then AB = BA.
If A `= [(1,-2,1),(2,1,3)]` and B `= [(2,1),(3,2),(1,1)],` then (AB)T is equal
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:
- If the number of handmade fans and plates are interchanged for all the schools, then what is the total money collected by all schools?
If A = `[(1, 1, 1),(0, 1, 1),(0, 0, 1)]` and M = A + A2 + A3 + .... + A20, then the sum of all the elements of the matrix M is equal to ______.
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 ______.