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 (2A)T = 2AT.
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}\] \[2A = 2\begin{bmatrix}1 & - 1 & 0 \\ 2 & 1 & 3 \\ 1 & 2 & 1\end{bmatrix} \]
\[ \Rightarrow 2A = \begin{bmatrix}2 & - 2 & 0 \\ 4 & 2 & 6 \\ 2 & 4 & 2\end{bmatrix}\]
\[ \Rightarrow \left( 2A \right)^T = \begin{bmatrix}2 & 4 & 2 \\ - 2 & 2 & 4 \\ 0 & 6 & 2\end{bmatrix} . . . \left( 1 \right)\]
\[Now, \]
\[2 A^T = 2\begin{bmatrix}1 & 2 & 1 \\ - 1 & 1 & 2 \\ 0 & 3 & 1\end{bmatrix}\]
\[ \Rightarrow 2 A^T = \begin{bmatrix}2 & 4 & 2 \\ - 2 & 2 & 4 \\ 0 & 6 & 2\end{bmatrix} . . . \left( 2 \right)\]
\[ \Rightarrow \left( 2A \right)^T = 2 A^T \left[ \text{From eqs} . (1) and (2) \right]\]
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]]`
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]]`
If A = `[[4 2],[-1 1]]`
, prove that (A − 2I) (A − 3I) = O
If A = `[[0,c,-b],[-c,0,a],[b,-a,0]]`and B =`[[a^2 ,ab,ac],[ab,b^2,bc],[ac,bc,c^2]]`, show that AB = BA = O3×3.
If A= `[[1 0 -2],[3 -1 0],[-2 1 1]]` B=,`[[0 5 -4],[-2 1 3],[-1 0 2]] and C=[[1 5 2],[-1 1 0],[0 -1 1]]` verify that A (B − C) = AB − AC.
\[A = \begin{bmatrix}3 & 1 \\ - 1 & 2\end{bmatrix} and \text{ I} = \begin{bmatrix}1 & 0 \\ 0 & 1\end{bmatrix}\]
If
Show that the matrix \[A = \begin{bmatrix}5 & 3 \\ 12 & 7\end{bmatrix}\] is root of the equation A2 − 12A − I = O
If A=then find λ, μ so that A2 = λA + μI
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.
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, B and C such that AB = AC but B ≠ C, A ≠ 0.
If A and B are square matrices of the same order, explain, why in general
(A + B)2 ≠ A2 + 2AB + B2
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?
If `A= [[3],[5],[2]]` And B=[1 0 4] , Verify that `(AB)^T=B^TA^T`
If \[A = \begin{bmatrix}- 1 & 0 & 0 \\ 0 & - 1 & 0 \\ 0 & 0 & - 1\end{bmatrix}\] , find A3.
If A is a matrix of order 3 × 4 and B is a matrix of order 4 × 3, find the order of the matrix of AB.
For a 2 × 2 matrix A = [aij] whose elements are given by
If A is a square matrix such that A2 = A, then write the value of 7A − (I + A)3, where I is the identity matrix.
Write the number of all possible matrices of order 2 × 2 with each entry 1, 2 or 3.
If \[A = \begin{bmatrix}1 & 0 & 0 \\ 0 & 1 & 0 \\ a & b & - 1\end{bmatrix}\] , then A2 is equal to ___________ .
Let A = \[\begin{bmatrix}a & 0 & 0 \\ 0 & a & 0 \\ 0 & 0 & a\end{bmatrix}\], then An is equal to
The matrix \[A = \begin{bmatrix}0 & 0 & 4 \\ 0 & 4 & 0 \\ 4 & 0 & 0\end{bmatrix}\] is a
If A and B are square matrices of the same order, then (A + B)(A − B) is equal to
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.
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
Let A = `[(1, 2),(-1, 3)]`, B = `[(4, 0),(1, 5)]`, C = `[(2, 0),(1, -2)]` and a = 4, b = –2. Show that: A(BC) = (AB)C
If A = `[(0, 1),(1, 0)]`, then A2 is equal to ______.
If A, B and C are square matrices of same order, then AB = AC always implies that B = C
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 (in Rs.) collected by schools CVC and KVS?
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?
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. 1,800.