Advertisements
Advertisements
Question
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]]`
Solution
`AB=[[1 -2],[2 3]][[1 2 3],[2 3 1]]`
`⇒AB=[[1-4 2-6 3-2 ],[2+6 4+9 6+3]]`
`⇒AB = [[-3 -4 1],[8 13 9]]`
Since the number of columns in B is greater then the number of rows in A, BA does not exists.
APPEARS IN
RELATED QUESTIONS
Compute the indicated product.
`[(1),(2),(3)] [2,3,4]`
Compute the indicated products
`[(2,3,4),(3,4,5),(4,5,6)][(1,-3,5),(0,2,4), (3,0,5)]`
Compute the indicated product.
`[(3,-1,3),(-1,0,2)][(2,-3),(1,0),(3,1)]`
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]]`
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 associativity of matrix multiplication i.e. (AB) C = A(BC):
`A=[[4 2 3],[1 1 2],[3 0 1]]`=`B=[[1 -1 1],[0 1 2],[2 -1 1]]` and `C= [[1 2 -1],[3 0 1],[0 0 1]]`
If [x 4 1] `[[2 1 2],[1 0 2],[0 2 -4]]` `[[x],[4],[-1]]` = 0, find x.
\[A = \begin{bmatrix}3 & - 2 \\ 4 & - 2\end{bmatrix} and \text{ I }= \begin{bmatrix}1 & 0 \\ 0 & 1\end{bmatrix}\], then prove that A2 − A + 2I = O.
Show that the matrix \[A = \begin{bmatrix}5 & 3 \\ 12 & 7\end{bmatrix}\] is root of the equation A2 − 12A − I = O
If `[[2 3],[5 7]] [[1 -3],[-2 4]]-[[-4 6],[-9 x]]` find x.
If `A= [[1,2,0],[3,-4,5],[0,-1,3]]` compute A2 − 4A + 3I3.
If f (x) = x2 − 2x, find f (A), where A=
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`
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.
Give examples of matrices
A and B such that AB ≠ BA
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
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
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?
Write matrix A satisfying ` A+[[2 3],[-1 4]] =[[3 6],[- 3 8]]`.
For a 2 × 2 matrix A = [aij] whose elements are given by
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 = \begin{bmatrix}1 & 0 & 0 \\ 0 & 1 & 0 \\ a & b & - 1\end{bmatrix}\] , then A2 is equal to ___________ .
If `A=[[i,0],[0,i ]]` , n ∈ N, then A4n equals
If \[A = \begin{bmatrix}1 & - 1 \\ 2 & - 1\end{bmatrix}, B = \begin{bmatrix}a & 1 \\ b & - 1\end{bmatrix}\]and (A + B)2 = A2 + B2, values of a and b are
If \[A = \begin{bmatrix}\alpha & \beta \\ \gamma & - \alpha\end{bmatrix}\] is such that A2 = I, then
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 = \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 A = `[(3, 5)]`, B = `[(7, 3)]`, then find a non-zero matrix C such that AC = BC.
Prove by Mathematical Induction that (A′)n = (An)′, where n ∈ N for any square matrix A.
If A = `[(3, -5),(-4, 2)]`, then find A2 – 5A – 14I. Hence, obtain A3.
A matrix which is not a square matrix is called a ______ matrix.
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?
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.