If A is a matrix of order m × 3, B is a matrix of order 3 × 2 and R is a matrix of order 5 × n such that AB = R, the values of m and n are :
m = -5 and n = -2
m = 5 and n = 2
m = 5 and n = -2
m = 2 and n = 5
Answer
Given,
AB = R
Am × 3B3 × 2 = R5 × n
We know that,
For matrix multiplication :
No. of columns in A must be equal to the number of rows in B.
Resultant matrix order = No. of rows in A × No. of columns in B.
∴ m = 5 and n = 2.
Hence, Option 2 is the correct option.
If A = [40x1],B=[20121] and A = B2, the value of x is :
38
-6
-36
36
Answer
Substituting value of A and B in A = B2, we get :
⇒[40x1]=[20121][20121]⇒[40x1]=[2×2+12×00×2+1×02×12+12×10×12+1×1]⇒[40x1]=[4+00+024+120+1]⇒[40x1]=[40361]
∴ x = 36.
Hence, Option 4 is the correct option.
A, B and C are three square matrices each of order 3; the order of matrix CA + B2 is :
3 × 1
3 × 3
1 × 3
2 × 3
Answer
Let resultant matrix of CA be R.
C3 × 3 × A3 × 3 = Rm × n
We know that,
For matrix multiplication :
No. of columns in C must be equal to the number of rows in A.
Resultant matrix order = No. of rows in C × No. of columns in A.
∴ m = 3 and n = 3.
∴ Order of matrix R will be 3 × 3.
Let resultant matrix of B2 be S.
B3 × 3 × B3 × 3 = Sg × h
Resultant matrix order = No. of rows in B × No. of columns in B.
∴ g = 3 and h = 3.
∴ Order of matrix S will be 3 × 3.
⇒ CA + B2
⇒ R + S
Addition of matrix possible between matrix of same order and same is the order of resultant matrix.
Hence, resultant matrix's order = 3 × 3.
Hence, Option 2 is the correct option.
If A = [57−20] and B=[83], then which of the following is not possible ?
A2
AB
BA
15A
Answer
BA is not possible because no. of columns in B (1) is not equal to the no. of rows in A (2).
Hence, Option 3 is the correct option.
If A = [1101],B=[0110] and C=[1010], the matrix A2 + 2B - 3C is :
[−24−11]
[24−11]
[2411]
[2−41−1]
Answer
Substituting values of A, B and C in A2 + 2B - 3C, we get :
⇒A2+2B−3C=[1101][1101]+2[0110]−3[1010]=[1×1+0×11×1+1×11×0+0×11×0+1×1]+[0220]−[3030]=[1+01+10+00+1]+[0220]−[3030]=[1201]+[0220]−[3030]=[1+0−32+2−00+2−31+0−0]=[−24−11]
Hence, Option 1 is the correct option.
Evaluate : if possible :
[32][20]
Answer
[32][20]
For matrix multiplication, the no. of columns in first matrix should be equal to no. of rows in the second matrix.
Hence, matrix multiplication is possible.
⇒[32][20]=[3×2+2×0]=[6].
Hence, [32][20]=[6].
Evaluate : if possible :
[1−2][−2−134]
Answer
[1−2][−2−134]
For matrix multiplication, the no. of columns in first matrix should be equal to no. of rows in the second matrix.
⇒[1−2][−2−134]=[1×(−2)+(−2)×(−1)1×3+(−2)×4]=[−2+23+(−8)]=[0−5].
Hence, [1−2][−2−134]=[0−5].
Evaluate : if possible :
[634−1][−13]
Answer
[634−1][−13]
For matrix multiplication, the no. of columns in first matrix should be equal to no. of rows in the second matrix.
⇒[634−1][−13]=[6×(−1)+4×33×(−1)+(−1)×3]=[−6+12−3+(−3)]=[6−6].
Hence, [634−1][−13]=[6−6].
Evaluate : if possible :
[634−1][−13]
Answer
[634−1][−13]
For matrix multiplication, the no. of columns in first matrix should be equal to no. of rows in the second matrix.
The above matrix multiplication is not possible as the no. of columns in first matrix is not equal to no. of rows in the second matrix.
If A = [052−2],B=[13−12] and I is a unit matrix of order 2 × 2, find :
(i) AB
(ii) BA
(iii) AI
Answer
(i) Substituting value in AB,
⇒AB=[052−2][13−12]⇒[0×1+2×35×1+(−2)×30×(−1)+2×25×(−1)+(−2)×2]⇒[0+65−60+4−5−4]⇒[6−14−9].
Hence, AB = [6−14−9].
(ii) Substituting value in BA,
⇒BA=[13−12][052−2]=[1×0+(−1)×53×0+2×51×2+(−1)×(−2)3×2+2×(−2)]=[0−50+102+26−4]=[−51042].
Hence, BA = [−51042].
(iii) Substituting value in AI,
⇒AI=[052−2][1001]=[0×1+2×05×1+(−2)×00×0+2×15×0+(−2)×1]=[052−2]=A
Hence, AI = matrix A.
If A = [30x1] and B =[9016−y], find x and y when A2 = B.
Answer
Given,
⇒A2=B⇒[30x1][30x1]=[9016−y]⇒[3×3+x×00×3+1×03×x+x×10×x+1×1]=[9016−y]⇒[9+00+03x+x0+1]=[9016−y]⇒[904x1]=[9016−y]
By definition of equality of matrices we get,
4x = 16
⇒ x = 4.
1 = -y
⇒ y = -1.
Hence, x = 4 and y = -1.
Find x and y, if :
[x−301][101y]=[2−32−2]
Answer
Given,
⇒[x−301][101y]=[2−32−2]⇒[x×1+0×0−3×1+1×0x×1+0×y−3×1+1×y]=[2−32−2]⇒[x+0−3+0x+0−3+y]=[2−32−2]⇒[x−3x−3+y]=[2−32−2]
By definition of equality of matrices we get,
x = 2
-3 + y = -2
⇒ y = -2 + 3
⇒ y = 1.
Hence, x = 2 and y = 1.
If A = [1234],B=[1423] and C=[4132], find :
(i) (AB)C
(ii) A(BC)
Is A(BC) = (AB)C ?
Answer
(i) Substituting value of A, B and C in (AB)C we get,
⇒([1234][1423])[4132]=([1×1+3×42×1+4×41×2+3×32×2+4×3])[4132]=([1+122+162+94+12])[4132]=[13181116][4132]=[13×4+11×118×4+16×113×3+11×218×3+16×2]=[52+1172+1639+2254+32]=[63886186].
Hence, (AB)C = [63886186].
(ii) Substituting value of A, B and C in A(BC) we get,
⇒[1234]([1423][4132])=[1234]([1×4+2×14×4+3×11×3+2×24×3+3×2])=[1234][4+216+33+412+6]=[1234][619718]=[1×6+3×192×6+4×191×7+3×182×7+4×18]=[6+5712+767+5414+72]=[63886186]
Hence, A(BC) = [63886186].
Hence, A(BC) = (AB)C.
Let A = [201−2],B=[4−31−2] and C =[−3−124]. Find A2 + AC - 5B.
Answer
Substituting values of A, B and C in A2 + AC - 5B we get,
⇒[201−2][201−2]+[201−2][−3−124]−5[4−31−2]=[2×2+1×00×2+(−2)×02×1+1×(−2)0×1+(−2)×(−2)]+[2×(−3)+1×(−1)0×(−3)+(−2)×(−1)2×2+1×40×2+(−2)×4]−[20−155−10]=[4+00+02−20+4]+[−6−10+24+40−8]−[20−155−10]=[4004]+[−728−8]−[20−155−10]=[4+(−7)−200+2−(−15)0+8−54+(−8)−(−10)]=[−231736]
Hence, A2 + AC - 5B = [−231736].
If M = [1221] and I is a unit matrix of the same order as that of M; show that :
M2 = 2M + 3I
Answer
I = [1001]
M = [1221]
L.H.S. =M2=[1221][1221]=[1×1+2×22×1+1×21×2+2×12×2+1×1]=[1+42+22+24+1]=[5445]R.H.S.=2M+3I=2[1221]+3[1001]=[2442]+[3003]=[2+34+04+02+3]=[5445].
Since, L.H.S. = R.H.S.
Hence, proved that M2 = 2M + 3I.
If A = [a002],B=[01−b0],M=[11−11] and BA = M2, find the values of a and b.
Answer
Given,
⇒BA=M2⇒[01−b0][a002]=[11−11][11−11]⇒[0×a+(−b)×01×a+0×00×0+(−b)×21×0+0×2]=[1×1+(−1)×11×1+1×11×(−1)+(−1)×11×(−1)+1×1]⇒[0a+00−2b0]=[1−11+1−1−1−1+1]⇒[0a−2b0]=[02−20]
By definition of equality of matrices we get,
-2b = -2
⇒ b = 1.
a = 2.
Hence, a = 2 and b = 1.
Find the matrix A, if B = [2011] and B2=B+21A.
Answer
Given,
⇒B2=B+21A
Substituting value of B in above equation we get,
⇒[2011][2011]=[2011]+21A⇒[2×2+1×02×1+1×1 0×2+1×00×1+1×1]=[2011]+21A⇒[4+002+10+1]=[2011]+21A⇒[4031]=[2011]+21A⇒21A=[4031]−[2011]⇒21A=[4−20−03−11−1]⇒21A=[2020]⇒A=2[2020]⇒A=[4040].
Hence, A = [4040].
If A = [−1a1b] and A2 = I, find a and b.
Answer
Given, A2 = I
∴[−1a1b][−1a1b]=[1001]⇒[−1×−1+1×aa×(−1)+b×a−1×1+1×ba×1+b×b]=[1001]⇒[1+a−a+ab−1+ba+b2]=[1001]
By definition of equality of matrices we get,
1 + a = 1
⇒ a = 0.
-1 + b = 0
⇒ b = 1.
Hence, a = 0 and b = 1
Solve for x and y :
[2552][xy]=[−714]
Answer
Given,
⇒[2552][xy]=[−714]⇒[2×x+5×y5×x+2×y]=[−714]⇒[2x+5y5x+2y]=[−714]
By definition of equality of matrices we get,
2x + 5y = -7
⇒ 2x = -(7 + 5y)
⇒ x = 2−(7+5y) ......(i)
5x + 2y = 14
Substituting value of x from (i) in above equation we get,
⇒5×2−(7+5y)+2y=14⇒2−35−25y+2y=14⇒2−35−25y+4y=14⇒−35−21y=28⇒−21y=28+35⇒−21y=63⇒y=−3.
Substituting y = -3 in (i) we get,
x=2−(7+5(−3))=2−(7−15)=28=4.
Hence, x = 4 and y = -3.
Solve for x and y :
[x+yx−4][−12−22]=[−7−11]
Answer
Given,
⇒[x+yx−4][−12−22]=[−7−11]⇒[(x+y)×−1+(x−4)×2(x+y)×−2+(x−4)×2]=[−7−11]⇒[−x−y+2x−8−2x−2y+2x−8]=[−7−11]⇒[x−y−8−2y−8]=[−7−11]
By definition of equality of matrices we get,
-2y - 8 = -11
⇒ -2y = -3
⇒ y = 23.
x - y - 8 = -7
⇒ x - y = 1
⇒ x = 1 + y
⇒ x = 1+23=25.
Hence, x=25,y=23.
Solve for x and y :
[−2301][−12x]+3[−21]=2[y3].
Answer
Given,
⇒[−2301][−12x]+3[−21]=2[y3]⇒[−2×−1+0×2x3×(−1)+1×2x]+[−63]=[2y6]⇒[2−3+2x]+[−63]=[2y6][2+(−6)−3+2x+3]=[2y6][−42x]=[2y6]
By definition of equality of matrices we get,
2y = -4
⇒ y = -2.
2x = 6
⇒ x = 3.
Hence, x = 3 and y = -2.
In each case given below, find :
(a) the order of matrix M.
(b) the matrix M.
(i) M×[1012]=[12]
(ii) [1241]×M=[135]
Answer
(i) Let order of matrix M be a × b.
Ma×b×[1012]2×2=[12]1×2
Since, the product of matrices is possible, only when the number of columns in the first matrix is equal to the number of rows in the second.
∴ b = 2
Also, the no. of rows of product (resulting) matrix is equal to no. of rows of first matrix.
∴ a = 1
Order of matrix M = a × b = 1 × 2.
Let M = [xy].
⇒[xy]×[1012]=[12]⇒[x×1+y×0x×1+y×2]=[12]⇒[xx+2y]=[12]
By definition of equality of matrices we get,
x = 1
x + 2y = 2
⇒ 1 + 2y = 2
⇒ 2y = 1
⇒ y = 21.
∴ M = [xy]=[121].
Hence, M = [121].
(ii) Let order of matrix M be a × b.
i.e. [1241]2×2×Ma×b=[135]2×1
Since product of matrix is possible, only when the number of columns in the first matrix is equal to no. of rows in second.
∴ a = 2.
Also the no. of columns of product (resulting matrix) is equal to no. of columns of second matrix.
∴ b = 1.
Hence, order of matrix = 2 × 1.
Let M = [xy]
⇒[1241]×[xy]=[135]⇒[1×x+4×y2×x+1×y]=[135]⇒[x+4y2x+y]=[135]
By definition of equality of matrices we get,
x + 4y = 13
⇒ x = 13 - 4y ......(i)
2x + y = 5
⇒ 2(13 - 4y) + y = 5
⇒ 26 - 8y + y = 5
⇒ -7y = -21
⇒ y = 3.
⇒ x = 13 - 4y = 13 - 4(3) = 13 - 12 = 1.
∴M=[xy]=[13].
Hence, M=[13].
If A = [20x1]and B=[40361]; find the value of x, given that : A2 = B.
Answer
Given,
⇒ A2 = B
⇒[20x1][20x1]=[40361]⇒[2×2+x×00×2+1×02×x+x×10×x+1×1]=[40361]⇒[4+002x+x0+1]=[40361]⇒[403x1]=[40361]
By definition of equality of matrices we get,
3x = 36
⇒ x = 12.
Hence, x = 12.
If A and B are any two 2 × 2 matrices such that AB = BA = B and B is not a zero matrix, what can you say about the matrix A?
Answer
Since, AB = BA = B and B is not a zero matrix.
It means that A is a unit or identity matrix.
Given A = [3004],B=[a0bc] and that AB = A + B; find the values of a, b and c.
Answer
Given,
⇒AB=A+B⇒[3004][a0bc]=[3004]+[a0bc]⇒[3×a+0×00×a+4×03×b+0×c0×b+4×c]=[3+a0b4+c]⇒[3a03b4c]=[3+a0b4+c]
By definition of equality of matrices we get,
3a = 3 + a
⇒ 3a - a = 3
⇒ 2a = 3
⇒ a = 23.
3b = b
⇒ b = 0.
4c = 4 + c
⇒ 4c - c = 4
⇒ 3c = 4
⇒ c = 34
Hence, a = 23,b=0 and c=34.
If A = [2113] and B=[3−11] find the matrix X such that AX = B.
Answer
Given,
⇒AX=B⇒[2113]X=[3−11]
X will be a matrix of order 2 × 1. So, let X = [ab].
⇒[2113][ab]=[3−11]⇒[2×a+1×b1×a+3×b]=[3−11]⇒[2a+ba+3b]=[3−11]
By definition of equality of matrices we get,
2a + b = 3
⇒ b = 3 - 2a .......(i)
a + 3b = -11
Substituting value of b from (i) in above equation we get,
⇒ a + 3(3 - 2a) = -11
⇒ a + 9 - 6a = -11
⇒ -5a = -11 - 9
⇒ -5a = -20
⇒ a = 4.
b = 3 - 2a = 3 - 2(4) = 3 - 8 = -5.
Hence, X = [ab]=[4−5].
If M = [4−112], show that : 6M - M2 = 9I; where I is a 2 × 2 unit matrix.
Answer
M2=[4−112][4−112]=[4×4+1×(−1)−1×4+2×(−1)4×1+1×2−1×1+2×2]=[16−1−4+(−2)4+2−1+4]=[15−663].
Substituting value of M2 in L.H.S. of 6M - M2 = 9I,
=6[4−112]−[15−663]=[24−6612]−[15−663]=[24−15−6−(−6)6−612−3]=[9009]=9[1001]=9I
Since, L.H.S. = R.H.S.
Hence, proved that 6M - M2 = 9I.
If P = [2369] and Q=[3yx2], find x and y such that PQ = null matrix.
Answer
Given,
PQ = null matrix.
∴[2369][3yx2]=[0000]⇒[2×3+6×y3×3+9×y2×x+6×23×x+9×2]=[0000]⇒[6+6y9+9y2x+123x+18]=[0000].
By definition of equality of matrices we get,
6 + 6y = 0
⇒ 6y = -6
⇒ y = -1.
2x + 12 = 0
⇒ 2x = -12
⇒ x = -6.
Hence, x = -6 and y = -1.
Evaluate :
[2cos60°−tan45°−2sin30°cos0°][cot45°sec60°cosec30°sin90°]
Answer
Given,
⇒[2cos60°−tan45°−2sin30°cos0°][cot45°sec60°cosec30°sin90°]⇒[2×21−1−2×211][1221]⇒[1−1−11][1221]⇒[1×1+(−1)×2−1×1+1×21×2+(−1)×1−1×2+1×1]⇒[1−2−1+22−1−2+1]⇒[−111−1].
Hence, [2cos60°−tan45°−2sin30°cos0°][cot45°sec60°cosec30°sin90°]=[−111−1].
State, with reason, whether the following are true or false. A, B and C are matrices of order 2 × 2.
(i) A + B = B + A
(ii) A - B = B - A
(iii) (B.C).A = B.(C.A)
(iv) (A + B).C = A.C + B.C
(v) A.(B - C) = A.B - A.C
(vi) (A - B).C = A.C - B.C
(vii) A2 - B2 = (A + B)(A - B)
(viii) (A - B)2 = A2 - 2A.B + B2.
Answer
(i) A + B = B + A
The above statement is true because addition of matrices is commutative.
(ii) A - B = B - A
The above statement is false because subtraction of matrices is not commutative.
(iii) (B.C).A = B.(C.A)
The above statement is true because multiplication of matrices is associative.
(iv) (A + B).C = A.C + B.C
The above statement is true because multiplication of matrices is distributive over addition.
(v) A.(B - C) = A.B - A.C
The above statement is true because multiplication of matrices is distributive over subtraction.
(vi) (A - B).C = A.C - B.C
The above statement is true because multiplication of matrices is distributive over subtraction.
(vii) A2 - B2 = (A + B)(A - B)
The above statement is false because laws of algebra for factorization and expansion are not applicable to matrices.
(viii) (A - B)2 = A2 - 2A.B + B2
The above statement is false because laws of algebra for factorization and expansion are not applicable to matrices.