KnowledgeBoat Logo
|
OPEN IN APP

Chapter 9

Matrices — Exercise 9(A)

Class - 10 RS Aggarwal Mathematics Solutions



Exercise 9A

Question 1

Write the order of each of the following matrices :

(i) [357694]\begin{bmatrix} 3 & -5 & 7 \\ -6 & 9 & 4 \end{bmatrix}

(ii) [253618]\begin{bmatrix} 2 & 5 \\ -3 & 6 \\ 1 & -8 \end{bmatrix}

(iii) [642]\begin{bmatrix} 6 \\ 4 \\ -2 \end{bmatrix}

(iv) [83]\begin{bmatrix} 8 & -3 \end{bmatrix}

(v) [11836]\begin{bmatrix} 11 & -8 \\ 3 & 6 \end{bmatrix}

(vi) [10]\begin{bmatrix} 10 \end{bmatrix}

Answer

(i) The matrix has 2 rows and 3 columns.

Hence, the order of matrix is (2 × 3).

(ii) The matrix has 3 rows and 2 columns.

Hence, the order of matrix is (3 × 2).

(iii) The matrix has 3 rows and 1 column.

Hence, the order of matrix is (3 × 1).

(iv) The matrix has 1 row and 2 columns.

Hence, the order of matrix is (1 × 2).

(v) The matrix has 2 rows and 2 columns.

Hence, the order of matrix is (2 × 2).

(vi) The matrix has 1 row and 1 column.

Hence, the order of matrix is (1 × 1).

Question 2

Classify the following matrices :

(i) [934]\begin{bmatrix} 9 \\ 3 \\ -4 \end{bmatrix}

(ii) [7894]\begin{bmatrix} 7 & -8 \\ 9 & 4 \end{bmatrix}

(iii) [872]\begin{bmatrix} 8 & -7 & 2 \end{bmatrix}

(iv) [1001]\begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix}

(v) [600030002]\begin{bmatrix} 6 & 0 & 0 \\ 0 & 3 & 0 \\ 0 & 0 & -2 \end{bmatrix}

(vi) [000000]\begin{bmatrix} 0 & 0 & 0 \\ 0 & 0 & 0 \end{bmatrix}

Answer

(i) Since, there is only once column and three rows in the matrix.

Hence, it is column matrix of order 3 x 1.

(ii) Since, no. of rows = no. of columns in the matrix.

Hence, it is a square matrix of order 2.

(iii) Since, there is only one row and 3 columns in the matrix.

Hence, it is a row matrix of order 1 x 3.

(iv) Since, there are 2 rows and 2 columns in the matrix.

Also, only the main diagonal element is 1 and the rest elements are zero.

Hence, it is a unit matrix of order 2.

(v) Since, there are 3 rows and 3 columns in the matrix.

Also, all the elements apart from main diagonal is zero.

Hence , it is a diagonal matrix of order 3.

(vi) Since, there are 2 rows and 3 columns in the matrix and all elements are zero.

Hence , it is a zero matrix of order 2 x 3.

Question 3

Construct a (2 × 3) matrix, whose elements aij are given by aij = (3i − j).

Answer

Given,

aij = (3i − j).

∴ a11 = [3(1) - 1] = 2, a12 = [3(1) - 2] = 1, a13 = [3(1) - 3] = 0.

a21 = [3(2) - 1] = 5, a22 = [3(2) - 2]= 4, a23 = [3(2) - 3] = 3.

Hence, required matrix = [210543]\begin{bmatrix} 2 & 1 & 0 \\ 5 & 4 & 3 \end{bmatrix}.

Question 4

Construct a (3 × 2) matrix [aij]3×2 for which aij = (i × j).

Answer

Given,

aij = (i × j)

⇒ a11 = 1 × 1 = 1, a12 = 1 × 2 = 2.

⇒ a21 = 2 × 1 = 2, a22 = 2 × 2 = 4.

⇒ a31 = 3 × 1 = 3, a32 = 3 × 2 = 6.

Hence, required matrix = [122436]\begin{bmatrix} 1 & 2 \\ 2 & 4 \\ 3 & 6 \end{bmatrix}.

Question 5

If a matrix has 4 elements, what are possible orders it can have?

Answer

If a matrix has 4 elements the possible orders are, 1 x 4, 2 x 2, 4 x 1.

Hence, possible orders are 1 x 4, 2 x 2, 4 x 1.

Question 6

If a matrix has 6 elements, what are the possible orders it can have ?

Answer

If a matrix has 6 elements the possible orders are, 1 × 6, 6 × 1, 2 × 3, 3 × 2.

Hence, possible orders are 1 × 6, 6 × 1, 2 × 3, 3 × 2.

Question 7

Find the values of a, b, c and d when [a+342b6]=[1c3d+12]\begin{bmatrix} a + 3 & 4 \\ -2 & b - 6 \end{bmatrix}= \begin{bmatrix} -1 & c - 3 \\ d + 1 & 2 \end{bmatrix}

Answer

Given,

[a+342b6]=[1c3d+12]\begin{bmatrix} a + 3 & 4 \\ -2 & b - 6 \end{bmatrix} =\begin{bmatrix} -1 & c - 3 \\ d + 1 & 2 \end{bmatrix}

∴ a + 3 = -1

⇒ a = -1 - 3 = -4.

∴ b - 6 = 2

⇒ b = 6 + 2 = 8

∴ c - 3 = 4

⇒ c = 4 + 3 = 7

∴ d + 1 = -2

⇒ d = -2 - 1 = -3

Hence , a = -4, b = 8, c = 7, d = -3.

Question 8

Find the values of x and y when [5x+3y2xy]=[127]\begin{bmatrix} 5x + 3y \\ 2x - y \end{bmatrix} =\begin{bmatrix} 12 \\ 7 \end{bmatrix}

Answer

Given,

[5x+3y2xy]=[127]\begin{bmatrix} 5x + 3y \\ 2x - y \end{bmatrix} =\begin{bmatrix} 12 \\ 7 \end{bmatrix}

∴ 5x + 3y = 12....(1)

∴ 2x - y = 7

y = 2x - 7....(2)

Substituting value of y from equation (2) in equation (1), we get :

⇒ 5x + 3(2x - 7) = 12

⇒ 5x + 6x - 21 = 12

⇒ 11x = 12 + 21

⇒ 11x = 33

⇒ x = 3311\dfrac{33}{11} = 3.

Substitute value of x in equation (2):

⇒ y = 2x - 7

⇒ y = 2(3) - 7

⇒ y = 6 - 7

⇒ y = -1.

Hence , x = 3 and y = -1.

Question 9

Find the values of x, y, a and b when [x+yaba+b2x3y]=[5315]\begin{bmatrix} x + y & a - b \\ a + b & 2x - 3y \end{bmatrix} =\begin{bmatrix} 5 & 3 \\ -1 & -5 \end{bmatrix}

Answer

Given,

[x+yaba+b2x3y]=[5315]\begin{bmatrix} x + y & a - b \\ a + b & 2x - 3y \end{bmatrix} =\begin{bmatrix} 5 & 3 \\ -1 & -5 \end{bmatrix}

∴ x + y = 5

⇒ y = 5 - x ........(1)

∴ 2x - 3y = -5 ........(2)

Substituting value of y from equation(1) in (2), we get :

⇒ 2x - 3(5 - x) = -5

⇒ 2x - 15 + 3x = -5

⇒ 5x - 15 = -5

⇒ 5x = -5 + 15

⇒ 5x = 10

⇒ x = 105\dfrac{10}{5} = 2.

Substitute value of x in equation 1 :

⇒ y = 5 - x

⇒ y = 5 - 2

⇒ y = 3.

∴ a - b = 3

⇒ a = 3 + b .........(3)

∴ a + b = -1 .........(4)

Substituting value of a from equation (3) in (4), we get :

⇒ 3 + b + b = -1

⇒ 2b = -1 - 3

⇒ 2b = -4

⇒ b = 42\dfrac{-4}{2} = -2.

Substitute value of b in equation (3), we get :

⇒ a = -2 + 3

⇒ a = 1.

Hence, x = 2, y = 3, a = 1, b = -2.

Question 10

Find the transpose of each of the matrices given below:

(i) A=[2354]A = \begin{bmatrix} 2 & 3 \\ 5 & -4 \end{bmatrix}

(ii) B=[573]B = \begin{bmatrix} 5 & 7 & -3 \end{bmatrix}

(iii) C=[26]C = \begin{bmatrix} -2 \\ 6 \end{bmatrix}

Answer

The matrix otained by interchanging the rows and column of a matrix is called the transpose of the matrix.

(i) Given,

A=[2354]AT=[2534].\Rightarrow A = \begin{bmatrix} 2 & 3 \\ 5 & -4 \end{bmatrix} \\[1em] \Rightarrow A^T = \begin{bmatrix} 2 & 5 \\ 3 & -4 \end{bmatrix}.

Hence, the transpose of matrix A =[2534]= \begin{bmatrix} 2 & 5 \\ 3 & -4 \end{bmatrix}.

(ii) Given,

B=[573]BT=[573].\Rightarrow B = \begin{bmatrix} 5 & 7 & -3 \end{bmatrix} \\[1em] \Rightarrow B^T = \begin{bmatrix} 5 \\ 7 \\ -3 \end{bmatrix}.

Hence, the transpose of matrix B = [573]\begin{bmatrix} 5 \\ 7 \\ -3 \end{bmatrix}

(iii) Given,

C=[26]CT=[26]\Rightarrow C = \begin{bmatrix} -2 \\ 6 \end{bmatrix} \\[1em] \Rightarrow C^T = \begin{bmatrix} -2 & 6 \\ \end{bmatrix}

Hence, the transpose of matrix C =[26]= \begin{bmatrix} -2 & 6 \\ \end{bmatrix}.

PrevNext