Advertisements
Advertisements
Question
If A = `[(1, 2),(-2, 1)]`, B = `[(2, 3),(3, -4)]` and C = `[(1, 0),(-1, 0)]`, verify: A(B + C) = AB + AC
Solution
We have, A = `[(1, 2),(-2, 1)]`, B = `[(2, 3),(3, -4)]` and C = `[(1, 0),(-1, 0)]`
B + C = `[(2, 3),(3, -4)] + [(1, 0),(-1, 0)]`
= `[(3, 3),(2, -4)]`
⇒ A · (B + C) = `[(1, 2),(-2, 1)] [(3, 3),(2, -4)]`
= `[(3 + 4, 3 - 8),(-6 + 2, -6 - 4)]`
= `[(7, -5),(-4, -10)]` .....(iii)
AB = `[(1, 2),(-2, 1)] [(2, 3),(3, -4)]`
= `[(2 + 6, 3 - 8),(-4 + 3, -6 - 4)]`
= `[(8, -5),(-1, -10)]`
And AC = `[(1, 2),(-2, 1)] [(1, 0),(-1, 0)]`
= `[(1 - 2, 0),(-2 - 1, 0)]`
= `[(-1, 0),(-3, 0)]`
∴ AB + AC = `[(8, -5),(-1, -10)] + [(-1, 0),(-3, 0)]`
= `[(7, -5),(-4, -10)]` ......(iv)
From equations (iii) and (iv), we get
A · (B + C) = A · B+ A · C
APPEARS IN
RELATED QUESTIONS
if `A=[[2,0,0],[0,2,0],[0,0,2]]` then A6= ......................
If `A=[[1,2,2],[2,1,2],[2,2,1]]` ,then show that `A^2-4A-5I=0` and hence find A-1.
Let `A = [(2,4),(3,2)] , B = [(1,3),(-2,5)], C = [(-2,5),(3,4)]`
Find A + B
Compute the following:
`[(a^2+b^2, b^2+c^2),(a^2+c^2, a^2+b^2)] + [(2ab , 2bc),(-2ac, -2ab)]`
Compute the following:
`[(cos^2x, sin^2 x),(sin^2 x ,cos^2 x)]+[(sin^2 x, cos^2 x), (cos^2 x, sin^2 x)]`
If F(x) = `[(cosx, -sinx,0), (sinx, cosx, 0),(0,0,1)]` show that F(x)F(y) = F(x + y)
Compute the following sums:
`[[3 -2],[1 4]]+ [[-2 4 ],[1 3]]`
Let A = `[[-1 0 2],[3 1 4]]``B=[[0 -2 5],[1 -3 1]]``and C = [[1 -5 2],[6 0 -4 ]]`Compute2A2-3B +4C :
If A = diag (2 − 59), B = diag (11 − 4) and C = diag (−6 3 4), find
2A + 3B − 5C
Find matrices X and Y, if X + Y =`[[5 2],[0 9]]`
and X − Y = `[[3 6],[0 -1]]`
Find matrices X and Y, if 2X − Y = `[[6 -6 0],[-4 2 1]]`and X + 2Y =`[[3 2 5],[-2 1 -7 ]]`
Find x, y satisfying the matrix equations
`x[[2],[1]]+y[[3],[5]]+[[-8],[-11]]=0`
Find the value of λ, a non-zero scalar, if λ
Find a matrix X such that 2A + B + X = O, where
`A= [[-1 2],[3 4]],B= [[3 -2],[1 5]]`
Find x, y, z and t, if
`2[[x 5],[z t]]+[[x 6],[-1 2t]]=[[7 14],[15 14]]`
If w is a complex cube root of unity, show that
`([[1 w w^2],[w w^2 1],[w^2 1 w]]+[[w w^2 1],[w^2 1 w],[w w^2 1]])[[1],[w],[w^2]]=[[0],[0],[0]]`
Express the matrix \[A = \begin{bmatrix}3 & - 4 \\ 1 & - 1\end{bmatrix}\] as the sum of a symmetric and a skew-symmetric matrix.
If \[A = \begin{bmatrix}\cos x & \sin x \\ - \sin x & \cos x\end{bmatrix}\] , find x satisfying 0 < x < \[\frac{\pi}{2}\] when A + AT = I
If A = [aij] is a skew-symmetric matrix, then write the value of \[\sum_i \sum_j\] aij.
Find the values of x and y, if \[2\begin{bmatrix}1 & 3 \\ 0 & x\end{bmatrix} + \begin{bmatrix}y & 0 \\ 1 & 2\end{bmatrix} = \begin{bmatrix}5 & 6 \\ 1 & 8\end{bmatrix}\]
If \[2\begin{bmatrix}3 & 4 \\ 5 & x\end{bmatrix} + \begin{bmatrix}1 & y \\ 0 & 1\end{bmatrix} = \begin{bmatrix}7 & 0 \\ 10 & 5\end{bmatrix}\] , find x − y.
Matrix multiplication is ______ over addition.
`"A" = [(1,-1),(2,-1)], "B" = [("x", 1),("y", -1)]` and (A + B)2 = A2 + B2, then x + y = ____________.