Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

1.

If A=\(\begin{bmatrix}i&1\\0&i\end{bmatrix}\), then the correct relation is ___________(a) A+A’=\(\begin{bmatrix}1&0\\-1&0\end{bmatrix}\)(b) A-A’=\(\begin{bmatrix}1&0\\-1&0\end{bmatrix}\)(c) A+A’=\(\begin{bmatrix}0&1\\-1&0\end{bmatrix}\)(d) A-A’=\(\begin{bmatrix}0&1\\-1&0\end{bmatrix}\)I had been asked this question in an interview for job.The doubt is from Transpose of a Matrix topic in section Matrices of Mathematics – Class 12

Answer» RIGHT option is (d) A-A’=\(\BEGIN{BMATRIX}0&1\\-1&0\end{bmatrix}\)

The best I can explain: GIVEN that, A=\(\begin{bmatrix}i&1\\0&i\end{bmatrix}\)

⇒A’=\(\begin{bmatrix}i&0\\1&i\end{bmatrix}\)

∴A-A’=\(\begin{bmatrix}i&1\\0&i\end{bmatrix}\)–\(\begin{bmatrix}i&0\\1&i\end{bmatrix}\)=\(\begin{bmatrix}i-i&1-0\\0-1&i-i\end{bmatrix}\)=\(\begin{bmatrix}0&1\\-1&0\end{bmatrix}\).
2.

Finda,b,c,d if \(\begin{bmatrix}a&b+c\\c+d&b\end{bmatrix}\)=\(\begin{bmatrix}3&2\\3&-1\end{bmatrix}\) are equal matrices.(a) 3, 0, 1, -1(b) 1,-3, 0, 3(c) 3, -1, 3, 0(d) 3, 3, -1, -1I got this question during an internship interview.I'd like to ask this question from Types of Matrices topic in portion Matrices of Mathematics – Class 12

Answer»

Right ANSWER is (c) 3, -1, 3, 0

To explain: The two MATRICES \(\begin{bmatrix}a&b+c\\c+d&b\end{bmatrix}\)and\(\begin{bmatrix}3&2\\3&-1\end{bmatrix}\) are EQUAL matrices. COMPARING the two matrices, we get

a=3, b+c=2, c+d=3, b=-1

Solving the above equations, we get a=3, b=-1, c=3, d=0.

3.

The inverse of the matrix A=\(\begin{bmatrix}1&2&4\\5&2&4\\3&6&2\end{bmatrix}\) is(a) \(\begin{bmatrix}\frac{-1}{4}&\frac{1}{4}&0\\ \frac{1}{40}&\frac{-1}{8}&\frac{1}{5}\\ \frac{3}{40}&1&\frac{-1}{10}\end{bmatrix}\)(b) \(\begin{bmatrix}\frac{-1}{4}&\frac{1}{4}&1\\ \frac{1}{40}&\frac{-1}{8}&\frac{1}{5}\\ \frac{3}{40}&0&\frac{-1}{10}\end{bmatrix}\)(c) \(\begin{bmatrix}\frac{-1}{4}&\frac{1}{4}&0\\ \frac{1}{40}&\frac{-1}{8}&\frac{1}{5}\\ \frac{3}{40}&0&\frac{-1}{10}\end{bmatrix}\)(d) \(\begin{bmatrix}\frac{-1}{4}&-\frac{1}{4}&0\\ \frac{1}{40}&\frac{1}{8}&\frac{-1}{5}\\ \frac{3}{40}&0&\frac{-1}{10}\end{bmatrix}\)I got this question in an online quiz.This is a very interesting question from Invertible Matrices topic in section Matrices of Mathematics – Class 12

Answer»

Right option is (c) \(\BEGIN{BMATRIX}\frac{-1}{4}&\frac{1}{4}&0\\ \frac{1}{40}&\frac{-1}{8}&\frac{1}{5}\\ \frac{3}{40}&0&\frac{-1}{10}\END{bmatrix}\)

For explanation: Consider the MATRIX A=\(\begin{bmatrix}1&2&4\\5&2&4\\3&6&2\end{bmatrix}\)

Using the elementary ROW operation, we write A=IA

\(\begin{bmatrix}1&2&4\\5&2&4\\3&6&2\end{bmatrix}\)=\(\begin{bmatrix}1&0&0\\0&1&0\\0&0&1\end{bmatrix}\)A

Applying R1→R1-R2

\(R_1 \rightarrow \frac{R_1}{-4}\)

\(\begin{bmatrix}1&0&0\\5&2&4\\3&6&2\end{bmatrix}\)=\(\begin{bmatrix}\frac{-1}{4}&\frac{1}{4}&0\\0&1&0\\0&0&1\end{bmatrix}\)A

Applying R2→R2-5R1and R3→R3-3R1

\(\begin{bmatrix}1&0&0\\0&2&4\\0&6&2\end{bmatrix}\)=\(\begin{bmatrix}\frac{-1}{4}&\frac{1}{4}&0\\\frac{5}{4}&\frac{-1}{4}&0\\\frac{3}{4}&\frac{-3}{4}&1\end{bmatrix}\)A

Applying R2→R2-2R3and \(R_2 \rightarrow \frac{R_2}{-10}\)

\(\begin{bmatrix}1&0&0\\0&1&0\\0&6&2\end{bmatrix}\)=\(\begin{bmatrix}\frac{-1}{4}&\frac{1}{4}&0\\ \frac{1}{40}&\frac{-5}{40}&\frac{1}{5}\\\frac{3}{4}&\frac{-3}{4}&1\end{bmatrix}\)A

Applying R3→R3-6R2and \(R_2 \rightarrow \frac{R_2}{2}\)

\(\begin{bmatrix}1&0&0\\0&1&0\\0&0&1\end{bmatrix}\)=\(\begin{bmatrix}\frac{-1}{4}&\frac{1}{4}&0\\ \frac{1}{40}&\frac{-1}{8}&\frac{1}{5}\\ \frac{3}{40}&0&\frac{-1}{10}\end{bmatrix}\)A

A^-1=\(\begin{bmatrix}\frac{-1}{4}&\frac{1}{4}&0\\ \frac{1}{40}&\frac{-1}{8}&\frac{1}{5}\\ \frac{3}{40}&0&\frac{-1}{10}\end{bmatrix}\).

4.

Which of the following is a scalar matrix?(a) A=\(\begin{bmatrix}2&0&0\\0&2&0\\0&0&2\end{bmatrix}\)(b) A=\(\begin{bmatrix}1&1&1\\1&1&1\\1&1&1\end{bmatrix}\)(c) A=\(\begin{bmatrix}7&0&0\\0&2&0\\0&0&5\end{bmatrix}\)(d) A=\(\begin{bmatrix}2&1&5\\8&1&2\\2&4&8\end{bmatrix}\)This question was addressed to me in unit test.My doubt is from Types of Matrices in chapter Matrices of Mathematics – Class 12

Answer»

The CORRECT answer is (a) A=\(\begin{bmatrix}2&0&0\\0&2&0\\0&0&2\end{bmatrix}\)

The EXPLANATION: A matrix is called a scalar matrix if the elements ALONG the diagonal of the matrix are equal and are non-zero i.e. aij=k for i=j and aij=0 for i≠j.

Therefore, the matrix A=\(\begin{bmatrix}2&0&0\\0&2&0\\0&0&2\end{bmatrix}\) is a scalar matrix.

5.

Which of the following conditions holds true for a symmetric matrix?(a) A=-A’(b) A=A’(c) A=IA(d) A=|A|The question was posed to me in an internship interview.This intriguing question comes from Symmetric and Skew Symmetric Matrices in chapter Matrices of Mathematics – Class 12

Answer»

Right OPTION is (B) A=A’

For EXPLANATION I would say: A MATRIX is A said to be a symmetric matrix if it is EQUAL to its transpose i.e. A=A’.

6.

Find the transpose of A=\(\begin{bmatrix}1&-2\\-1&5\end{bmatrix}\).(a) A=\(\begin{bmatrix}-1&-2\\-1&-5\end{bmatrix}\)(b) A=\(\begin{bmatrix}1&2\\1&5\end{bmatrix}\)(c) A=\(\begin{bmatrix}-1&2\\-1&5\end{bmatrix}\)(d) A=\(\begin{bmatrix}1&-1\\-2&5\end{bmatrix}\)I have been asked this question during a job interview.My question comes from Transpose of a Matrix in division Matrices of Mathematics – Class 12

Answer»

Correct OPTION is (d) A=\(\begin{bmatrix}1&-1\\-2&5\end{bmatrix}\)

The explanation: A=\(\begin{bmatrix}1&-2\\-1&5\end{bmatrix}\). To find the transpose of the MATRIX, interchange the ROWS with COLUMNS and columns with rows.

Hence, A’=\(\begin{bmatrix}1&-1\\-2&5\end{bmatrix}\).

7.

Find the value of x and y if 2\(\begin{bmatrix}5&x\\y-4&6\end{bmatrix}\)+\(\begin{bmatrix}-4&1\\3&2\end{bmatrix}\)=\(\begin{bmatrix}6&3\\10&14\end{bmatrix}\)?(a) x=-1, y=9(b) x=-1, y=-9(c) x=1, y=-9(d) x=1, y=9I had been asked this question in exam.The doubt is from Operations on Matrices topic in portion Matrices of Mathematics – Class 12

Answer»

The correct answer is (d) x=1, y=9

Explanation: Given that, 2\(\begin{bmatrix}5&x\\y-4&6\end{bmatrix}\)+\(\begin{bmatrix}-4&1\\3&2\end{bmatrix}\)=\(\begin{bmatrix}6&3\\10&14\end{bmatrix}\)

⇒\(\begin{bmatrix}2(5)-4&2x+1\\2(y-4)+3&2(6)+2\end{bmatrix}\)=\(\begin{bmatrix}6&3\\10&14\end{bmatrix}\)

Comparing the two MATRICES, 2x+1=3, 2y-8=10

Solving the two EQUATIONS we get, x=1, y=9.

8.

Matrix addition and matrix multiplication both are commutative.(a) True(b) FalseThe question was posed to me in quiz.This intriguing question originated from Operations on Matrices in chapter Matrices of Mathematics – Class 12

Answer»

The correct choice is (B) False

Easiest EXPLANATION: The given statement is false. Matrix ADDITION is COMMUTATIVE i.e. A+B=B+A. But matrix MULTIPLICATION is not commutative i.e.AB≠BA.

9.

Find the matrix M and N, if M+N = \(\begin{bmatrix}5&6\\7&8\end{bmatrix}\),M-N = \(\begin{bmatrix}4&5\\6&8\end{bmatrix}\).(a) M=1/2 \(\begin{bmatrix}9&11\\13&16\end{bmatrix}\), N=1/2 \(\begin{bmatrix}1&1\\1&0\end{bmatrix}\)(b) M=\(\begin{bmatrix}5&6\\7&8\end{bmatrix}\), N=\(\begin{bmatrix}4&5\\8&6\end{bmatrix}\)(c) M=1/2 \(\begin{bmatrix}9&2\\13&16\end{bmatrix}\), N=1/2 \(\begin{bmatrix}1&1\\2&5\end{bmatrix}\)(d) M=1/2 \(\begin{bmatrix}4&5\\1&2\end{bmatrix}\), N=1/2 \(\begin{bmatrix}1&2\\1&2\end{bmatrix}\)I have been asked this question by my school teacher while I was bunking the class.My question is from Operations on Matrices topic in portion Matrices of Mathematics – Class 12

Answer»

The correct CHOICE is (a) M=1/2 \(\BEGIN{bmatrix}9&11\\13&16\end{bmatrix}\), N=1/2 \(\begin{bmatrix}1&1\\1&0\end{bmatrix}\)

For explanation I would say: M+N = \(\begin{bmatrix}5&6\\7&8\end{bmatrix}\)-(1) and M-N = \(\begin{bmatrix}4&5\\6&8\end{bmatrix}\)-(2)

Adding equation (1) and equation (2), (M+N)+(M-N)=2M=\(\begin{bmatrix}5&6\\7&8\end{bmatrix}\)+\(\begin{bmatrix}4&5\\6&8\end{bmatrix}\)

M=1/2 \(\begin{bmatrix}9&11\\13&16\end{bmatrix}\).

Subtracting equation (1) and equation (2), (M+N)-(M-N)=2N=\(\begin{bmatrix}5&6\\7&8\end{bmatrix}\)–\(\begin{bmatrix}4&5\\6&8\end{bmatrix}\)

N=1/2 \(\begin{bmatrix}1&1\\1&0\end{bmatrix}\).

10.

Which of the following is not a type of matrix?(a) Scalar matrix(b) Diagonal matrix(c) Symmetric matrix(d) Minor matrixThis question was posed to me in a national level competition.My enquiry is from Types of Matrices topic in division Matrices of Mathematics – Class 12

Answer»

Right choice is (d) MINOR matrix

Easiest explanation: Minor matrix is not a TYPE of matrix. Scalar, diagonal, SYMMETRIC are VARIOUS type of MATRICES.

11.

What is the order of the matrix A=\(\begin{bmatrix}2&3\\1&9\\5&2\end{bmatrix}\)?(a) 2×3(b) 3×2(c) 2×2(d) 3×3This question was addressed to me in quiz.My question is based upon Matrices topic in section Matrices of Mathematics – Class 12

Answer»

The CORRECT OPTION is (b) 3×2

To explain I WOULD say: The given MATRIX A=\(\begin{bmatrix}2&3\\1&9\\5&2\end{bmatrix}\) has 3 rows and 2 columns. Therefore, the order of the matrix is 3×2.

12.

Given a matrix A=\(\begin{bmatrix}2&3&9\\3&9&6\\1&6&7\end{bmatrix}\), which of the elements aij follows the condition i=j.(a) 9, 9, 1(b) 2, 9, 7(c) 2, 3, 9(d) 2, 3, 1I got this question during an interview for a job.This key question is from Matrices in section Matrices of Mathematics – Class 12

Answer»

Correct ANSWER is (b) 2, 9, 7

The explanation: The elements following the condition i=j will have the same row number and COLUMN number. The elements are a11, a22, a33 which in the matrix A are 2, 3, 9 RESPECTIVELY.

13.

Which of the following matrices will remain same if the elementary operation R1→2R1+3R2 is applied on the matrix?(a) \(\begin{bmatrix}1&2&3\\3&4&1\end{bmatrix}\)(b) \(\begin{bmatrix}0&0&0\\0&0&0\\0&0&0\end{bmatrix}\)(c) \(\begin{bmatrix}0&1&0\\1&0&1\\0&1&0\end{bmatrix}\)(d) \(\begin{bmatrix}1&0\\1&2\\1&0\end{bmatrix}\)This question was posed to me by my school teacher while I was bunking the class.The above asked question is from Elementary Operation (Transformation) of a Matrix in chapter Matrices of Mathematics – Class 12

Answer»

Correct CHOICE is (b) \(\BEGIN{bmatrix}0&0&0\\0&0&0\\0&0&0\end{bmatrix}\)

To explain: Consider matrix A=\(\begin{bmatrix}0&0&0\\0&0&0\\0&0&0\end{bmatrix}\), applying the elementary operation R1→2R1+3R2.

\(\begin{bmatrix}2(0)+3(0)&2(0)+3(0)&2(0)+3(0)\\0&0&0\\0&0&0\end{bmatrix}\)=\(\begin{bmatrix}0&0&0\\0&0&0\\0&0&0\end{bmatrix}\).

Therefore, the matrix A=\(\begin{bmatrix}0&0&0\\0&0&0\\0&0&0\end{bmatrix}\), remains same after applying the elementary operation.

14.

Which of the following column operation is incorrect for the matrix A=\(\begin{bmatrix}1&2&5\\6&3&8\end{bmatrix}\) ?(a) C1→3C1(b) C2→C1+C2(c) C2→2+2C2(d) C2→2C1+2C2-C3This question was addressed to me during an online interview.My question is taken from Elementary Operation (Transformation) of a Matrix topic in division Matrices of Mathematics – Class 12

Answer»

Correct ANSWER is (c) C2→2+2C2

To explain: The column operation C2→2+2C2is incorrect. A non-zero number cannot be DIRECTLY added to any column or row in a matrix.

15.

If A+B = \(\begin{bmatrix}6&7\\5&0\end{bmatrix}\)and A = \(\begin{bmatrix}2&5\\1&-1\end{bmatrix}\). Find the matrix B.(a) B = \(\begin{bmatrix}4&1\\2&4\end{bmatrix}\)(b) B = \(\begin{bmatrix}4&2\\4&1\end{bmatrix}\)(c) B = \(\begin{bmatrix}4&1\\4&2\end{bmatrix}\)(d) B = \(\begin{bmatrix}4&4\\4&2\end{bmatrix}\)I had been asked this question in my homework.My question is taken from Operations on Matrices in section Matrices of Mathematics – Class 12

Answer»

The correct answer is (b) B = \(\begin{bmatrix}4&2\\4&1\end{bmatrix}\)

Best EXPLANATION: Given that, A+B = \(\begin{bmatrix}6&7\\5&0\end{bmatrix}\)and A = \(\begin{bmatrix}2&5\\1&-1\end{bmatrix}\)

⇒B=(A+B)-A = \(\begin{bmatrix}6&7\\5&0\end{bmatrix}\)–\(\begin{bmatrix}2&5\\1&-1\end{bmatrix}\)

B = \(\begin{bmatrix}4&2\\4&1\end{bmatrix}\)

16.

If A=\(\begin{bmatrix}a&b\\c&d\end{bmatrix}\), then which of the following is skew-symmetric?(a) AA’(b) A+A’(c) 2(A+A’)(d) A-A’The question was asked during an interview.Origin of the question is Symmetric and Skew Symmetric Matrices topic in chapter Matrices of Mathematics – Class 12

Answer»

The correct choice is (c) 2(A+A’)

To explain: GIVEN that, A=\(\begin{bmatrix}a&B\\c&d\end{bmatrix}\)

⇒A’=\(\begin{bmatrix}a&c\\b&d\end{bmatrix}\)

LET B=A-A’=\(\begin{bmatrix}a&b\\c&d\end{bmatrix}\)–\(\begin{bmatrix}a&c\\b&d\end{bmatrix}\)=\(\begin{bmatrix}a-a&b-c\\c-b&d-d\end{bmatrix}\)=\(\begin{bmatrix}0&b-c\\c-b&0\end{bmatrix}\)

B’=\(\begin{bmatrix}0&c-b\\b-c&0\end{bmatrix}\)=B’

THUS, B=A-A’ is a SKEW – symmetric.

17.

If A=\(\begin{bmatrix}1&0\\0&1\end{bmatrix}\), then which of the following statement is incorrect?(a) A is a skew-symmetric matrix(b) A is a square matrix(c) A is a symmetric(d) A is an identity matrixThis question was posed to me in my homework.I want to ask this question from Symmetric and Skew Symmetric Matrices topic in division Matrices of Mathematics – Class 12

Answer»

The correct OPTION is (a) A is a SKEW-symmetric matrix

To EXPLAIN: Given that, A=\(\BEGIN{bmatrix}1&0\\0&1\end{bmatrix}\)

∴A’=\(\begin{bmatrix}1&0\\0&1\end{bmatrix}\)

⇒-A’=\(\begin{bmatrix}-1&0\\0&-1\end{bmatrix}\)≠A. Hence, it is not a skew symmetric matrix.

18.

Any square matrix can be expressed as a sum of symmetric and skew-symmetric matrix.(a) True(b) FalseThe question was posed to me in a national level competition.The doubt is from Symmetric and Skew Symmetric Matrices topic in chapter Matrices of Mathematics – Class 12

Answer»

Correct answer is (a) True

For explanation: The given statement is true. Every SQUARE MATRIX can be expressed as a SUM of sum of symmetric and skew-symmetric matrix.

If A is a square matrix then it can be expressed as

A = \(\frac{1}{2}\)(A+A’)+\(\frac{1}{2}\)(A-A’), where (A+A’) is symmetric and (A-A’) is skew-symmetric.

19.

If A = \(\begin{bmatrix}1&2&3\\9&10&11\end{bmatrix}\) and B = \(\begin{bmatrix}0&5&0\\5&0&5\end{bmatrix}\), then find A+B.(a) A+B = \(\begin{bmatrix}1&7&3\\11&10&16\end{bmatrix}\)(b) A+B = \(\begin{bmatrix}1&7&3\\14&11&13\end{bmatrix}\)(c) A+B = \(\begin{bmatrix}1&7&3\\14&10&16\end{bmatrix}\)(d) A+B = \(\begin{bmatrix}1&5&3\\14&10&16\end{bmatrix}\)I had been asked this question by my college professor while I was bunking the class.This is a very interesting question from Operations on Matrices in division Matrices of Mathematics – Class 12

Answer»

The CORRECT ANSWER is (c) A+B = \(\begin{BMATRIX}1&7&3\\14&10&16\end{bmatrix}\)

Explanation: Given that, A = \(\begin{bmatrix}1&2&3\\9&10&11\end{bmatrix}\) and B = \(\begin{bmatrix}0&5&0\\5&0&5\end{bmatrix}\)

Then A+B = \(\begin{bmatrix}1+0&2+5&3+0\\9+5&10+0&11+5\end{bmatrix}\) = \(\begin{bmatrix}1&7&3\\14&10&16\end{bmatrix}\).

20.

Which of the following matrix is of the order 3×4.(a) A=\(\begin{bmatrix}3&4\\3&5\\4&5\end{bmatrix}\)(b) A=\(\begin{bmatrix}1&2&3\\5&7&9\end{bmatrix}\)(c) A=\(\begin{bmatrix}4&5&6 \\5&2&6\\6&4&7\\7&7&1\end{bmatrix}\)(d) A=\(\begin{bmatrix}1\\4\\6\end{bmatrix}\)I had been asked this question during an interview.Asked question is from Matrices in chapter Matrices of Mathematics – Class 12

Answer»

Correct choice is (C) A=\(\BEGIN{bmatrix}4&5&6 \\5&2&6\\6&4&7\\7&7&1\end{bmatrix}\)

Explanation: The MATRIX A=\(\begin{bmatrix}4&5&6\\5&2&6\\6&4&7\\7&7&1\end{bmatrix}\) is a 3×4 matrix as it as 3 ROWS and 4 columns.

21.

What is the order of the matrix A=\(\begin{bmatrix}3&5\\7&9\end{bmatrix}\)?(a) 2×3(b) 2×2(c) 3×3(d) 4×4I have been asked this question in class test.Query is from Matrices in section Matrices of Mathematics – Class 12

Answer»

The correct OPTION is (B) 2×2

To explain: The number of ROWS (m) and the number of columns (n) in the given matrix A=\(\begin{bmatrix}3&5\\7&9\end{bmatrix}\) is 2. Therefore, the ORDER of the matrix is 2×2(m×n).

22.

The new matrix after applying the elementary operation R2→2R2+3R1 on the matrix A=\(\begin{bmatrix}2&5&4\\5&2&6\\7&2&1\end{bmatrix}\) is _____________(a) \(\begin{bmatrix}2&5&4\\16&19&24\\7&2&1\end{bmatrix}\)(b) \(\begin{bmatrix}2&5&4\\19&19&24\\7&2&1\end{bmatrix}\)(c) \(\begin{bmatrix}2&-5&4\\16&19&24\\7&2&1\end{bmatrix}\)(d) \(\begin{bmatrix}1&5&4\\16&19&24\\7&2&1\end{bmatrix}\)The question was asked in semester exam.Question is from Elementary Operation (Transformation) of a Matrix topic in division Matrices of Mathematics – Class 12

Answer»

Right option is (a) \(\begin{bmatrix}2&5&4\\16&19&24\\7&2&1\end{bmatrix}\)

The best EXPLANATION: Consider A=\(\begin{bmatrix}2&5&4\\5&2&6\\7&2&1\end{bmatrix}\), after APPLYING R2→2R2+3R1

⇒\(\begin{bmatrix}2&5&4\\2(5)+3(2)&2(2)+3(5)&2(6)+3(4)\\7&2&1\end{bmatrix}\)=\(\begin{bmatrix}2&5&4\\16&19&24\\7&2&1\end{bmatrix}\).

23.

A matrix A is invertible if it has all zeroes in one or more rows on L.H.S.(a) True(b) FalseThis question was addressed to me in an online quiz.My doubt stems from Invertible Matrices in chapter Matrices of Mathematics – Class 12

Answer»

Right choice is (b) False

To elaborate: The given statement is false. A MATRIX is non-invertible if it has all ZEROES in ONE or more rows on L.H.S. This is because after APPLYING all the elementary operations on the matrix, we should get an IDENTITY matrix on the L.H.S. to obtain an inverse of the given matrix, which is not possible if we obtain all zeroes in one or more rows.

24.

Find AB if A = \(\begin{bmatrix}1&2\\3&4\end{bmatrix}\) and B = \(\begin{bmatrix}1&5\\3&2\end{bmatrix}\).(a) AB = \(\begin{bmatrix}15&23\\9&7\end{bmatrix}\)(b) AB = \(\begin{bmatrix}9&7\\23&15\end{bmatrix}\)(c) AB = \(\begin{bmatrix}7&9\\15&23\end{bmatrix}\)(d) AB = \(\begin{bmatrix}7&9\\23&15\end{bmatrix}\)This question was posed to me during an interview.This interesting question is from Operations on Matrices topic in chapter Matrices of Mathematics – Class 12

Answer»

The CORRECT option is (C) AB = \(\begin{bmatrix}7&9\\15&23\end{bmatrix}\)

For EXPLANATION I would SAY: Given that, A = \(\begin{bmatrix}1&2\\3&4\end{bmatrix}\) and B = \(\begin{bmatrix}1&5\\3&2\end{bmatrix}\)

Then, AB = \(\begin{bmatrix}1&2\\3&4\end{bmatrix}\)\(\begin{bmatrix}1&5\\3&2\end{bmatrix}\)

=\(\begin{bmatrix}1×1+2×3&1×5+2×2\\3×1+4×3&3×5+4×2\end{bmatrix}\)=\(\begin{bmatrix}7&9\\15&23\end{bmatrix}\).

25.

The matrix A=\(\begin{bmatrix}4\\12\\36\end{bmatrix}\) is _____________(a) row matrix(b) scalar matrix(c) horizontal matrix(d) column matrixI had been asked this question in quiz.I want to ask this question from Types of Matrices topic in division Matrices of Mathematics – Class 12

Answer»

Right ANSWER is (d) COLUMN matrix

To explain: The given matrix A = \(\begin{bmatrix}4\\12\\36\end{bmatrix}\) is of the ORDER 3×1. The matrix has only one column (n=1). HENCE, it is a column matrix.

26.

Which of the following is not a possible ordered pair for a matrix with 6 elements.(a) (2,3)(b) (3,2)(c) (1,6)(d) (3,1)I have been asked this question in exam.I want to ask this question from Matrices in division Matrices of Mathematics – Class 12

Answer»

Right ANSWER is (d) (3,1)

Explanation: The POSSIBLE ORDERS in which the matrix with 6 ELEMENTS can be formed are 2×3, 3×2, 1×6, 6×1. THEREFORE, the possible orders pairs are (2,3), (3,2), (1,6), (6,1). Thus, (3,1) is not possible.

27.

If the order of the matrix is m×n, then how many elements will there be in the matrix?(a) mn(b) m^2 n^2(c) mn^2(d) 2mnI had been asked this question in a job interview.Question is taken from Matrices topic in section Matrices of Mathematics – Class 12

Answer»

The correct CHOICE is (a) mn

Best EXPLANATION: The NUMBER of ELEMENTS for a matrix with the ORDER m×n is equal to mn, where m is the number of rows and n is the number of columns in the matrix.

28.

The matrix A=\(\begin{bmatrix}2&9\\2&6\end{bmatrix}\) as a sum of symmetric and skew-symmetric matrix is ______(a) \( \frac{1}{4} \begin{bmatrix}4&11\\11&12\end{bmatrix} – \frac{1}{2} \begin{bmatrix}0&7\\-7&0\end{bmatrix}\)(b) \( \frac{1}{4} \begin{bmatrix}4&11\\11&12\end{bmatrix} + \frac{1}{2} \begin{bmatrix}0&7\\7&0\end{bmatrix}\)(c) \( \frac{1}{2} \begin{bmatrix}4&11\\11&12\end{bmatrix} + \frac{1}{2} \begin{bmatrix}0&7\\-7&0\end{bmatrix}\)(d) \( \frac{1}{2} \begin{bmatrix}4&11\\11&12\end{bmatrix} – \frac{1}{2} \begin{bmatrix}0&7\\-7&0\end{bmatrix}\)I have been asked this question during a job interview.Question is taken from Symmetric and Skew Symmetric Matrices in division Matrices of Mathematics – Class 12

Answer» CORRECT choice is (c) \( \frac{1}{2} \BEGIN{BMATRIX}4&11\\11&12\end{bmatrix} + \frac{1}{2} \begin{bmatrix}0&7\\-7&0\end{bmatrix}\)

The best explanation: Given that A=\(\begin{bmatrix}2&9\\2&6\end{bmatrix}\).

A’=\(\begin{bmatrix}2&2\\9&6\end{bmatrix}\)

⇒A+A’=\(\begin{bmatrix}2&9\\2&6\end{bmatrix}\)+\(\begin{bmatrix}2&2\\9&6\end{bmatrix}\)=\(\begin{bmatrix}4&11\\11&12\end{bmatrix}\)

⇒A-A’=\(\begin{bmatrix}2&9\\2&6\end{bmatrix}\)–\(\begin{bmatrix}2&2\\9&6\end{bmatrix}\)=\(\begin{bmatrix}0&7\\-7&0\end{bmatrix}\)

The given square matrix can be written as

⇒A = \( \frac{1}{2}\) (A+A’) + \( \frac{1}{2}\) (A-A’)=\( \frac{1}{2} \begin{bmatrix}4&11\\11&12\end{bmatrix} + \frac{1}{2} \begin{bmatrix}0&7\\-7&0\end{bmatrix}\).
29.

Which of the following is the inverse of the matrix A=\(\begin{bmatrix}8&1\\1&2\end{bmatrix}\)?(a) \(\begin{bmatrix}\frac{2}{15}&-\frac{1}{15}\\\frac{1}{15}&\frac{8}{15}\end{bmatrix}\)(b) \(\begin{bmatrix}\frac{1}{15}&-\frac{1}{15}\\-\frac{1}{15}&\frac{1}{15}\end{bmatrix}\)(c) \(\begin{bmatrix}\frac{2}{15}&-\frac{1}{15}\\-\frac{1}{15}&\frac{8}{15}\end{bmatrix}\)(d) \(\begin{bmatrix}\frac{2}{15}&\frac{1}{15}\\\frac{1}{15}&\frac{4}{15}\end{bmatrix}\)This question was posed to me in an online quiz.The origin of the question is Invertible Matrices topic in chapter Matrices of Mathematics – Class 12

Answer»

The correct OPTION is (C) \(\begin{bmatrix}\frac{2}{15}&-\frac{1}{15}\\-\frac{1}{15}&\frac{8}{15}\end{bmatrix}\)

Easy explanation: Consider the matrix A=\(\begin{bmatrix}8&1\\1&2\end{bmatrix}\)

Using the elementary row operation, we write A=IA

Applying R2→8R2-R1and R2→R2/15, we get

\(\begin{bmatrix}8&1\\0&1\end{bmatrix}\)=\(\begin{bmatrix}1&0\\-\frac{1}{15}&\frac{8}{15}\end{bmatrix}\)A

Applying R1→R1-R2and R1→R1/8, we get

\(\begin{bmatrix}1&0\\0&1\end{bmatrix}\)=\(\begin{bmatrix}\frac{2}{15}&-\frac{1}{15}\\-\frac{1}{15}&\frac{8}{15}\end{bmatrix}\)A

A^-1=\(\begin{bmatrix}\frac{2}{15}&-\frac{1}{15}\\-\frac{1}{15}&\frac{8}{15}\end{bmatrix}\).

30.

If A and B are invertible matrices of the same order, then (AB)^-1=B^-1 A^-1.(a) True(b) FalseThis question was posed to me during an interview.Origin of the question is Invertible Matrices in chapter Matrices of Mathematics – Class 12

Answer»

The correct ANSWER is (a) True

Explanation: The GIVEN statement is true.

(AB) (AB)^-1=I (Using the formula AA^-1=I)

MULTIPLYING both SIDES by A^-1, we get

A^-1 (AB) (AB)^-1=A^-1 I

(A^-1 A)B(AB)^-1=A^-1

IB(AB^-1)=A^-1

B(AB^-1)=A^-1

⇒B^-1 B(AB^-1)=B^-1 A^-1

(AB^-1)=B^-1 A^-1

31.

Which of the following is not a valid elementary operation?(a) Ri↔Rj(b) Ri→Rj+kRi(c) Ri→kRi(d) Ri→1+kRiI have been asked this question by my college professor while I was bunking the class.My doubt is from Elementary Operation (Transformation) of a Matrix topic in chapter Matrices of Mathematics – Class 12

Answer»

Correct answer is (d) Ri→1+kRi

The explanation is: The ELEMENTARY operation Ri→1+kRiis incorrect, the valid elementary operations on matrices are as follows.

i) INTERCHANGING any two rows and columns

ii) The multiplication of the elements of any ROW or column by a non-zero number.

iii) The addition to the elements of any row or column, the CORRESPONDING elements of any other row and column multiplied by any non-zero number.

32.

The matrix A=\(\begin{bmatrix}0&1&1\\1&0&-1\\-1&1&0\end{bmatrix}\) is symmetric.(a) True(b) FalseThe question was posed to me in a job interview.This intriguing question comes from Symmetric and Skew Symmetric Matrices topic in section Matrices of Mathematics – Class 12

Answer»

Right OPTION is (B) False

To EXPLAIN: GIVEN that, A=\(\begin{bmatrix}0&1&1\\1&0&-1\\-1&1&0\end{bmatrix}\)

⇒A’=\(\begin{bmatrix}0&1&-1\\1&0&1\\1&-1&0\end{bmatrix}\). ∴A ≠ A’. Hence, it is not symmetric.

33.

If A = \(\begin{bmatrix}3&4\\1&2\end{bmatrix}\)and B = \(\begin{bmatrix}1&5\\2&3\end{bmatrix}\), find 2A-3B.(a) \(\begin{bmatrix}3&7\\-4&5\end{bmatrix}\)(b) \(\begin{bmatrix}-3&-7\\-4&-5\end{bmatrix}\)(c) \(\begin{bmatrix}3&7\\-4&-5\end{bmatrix}\)(d) \(\begin{bmatrix}3&-7\\-4&-5\end{bmatrix}\)This question was posed to me in an online interview.This intriguing question comes from Operations on Matrices in chapter Matrices of Mathematics – Class 12

Answer»

The CORRECT CHOICE is (d) \(\begin{bmatrix}3&-7\\-4&-5\end{bmatrix}\)

To elaborate: Given that, A = \(\begin{bmatrix}3&4\\1&2\end{bmatrix}\)and B = \(\begin{bmatrix}1&5\\2&3\end{bmatrix}\)

⇒2A=2\(\begin{bmatrix}3&4\\1&2\end{bmatrix}\)=\(\begin{bmatrix}6&8\\2&4\end{bmatrix}\) and 3B=3\(\begin{bmatrix}1&5\\2&3\end{bmatrix}\)=\(\begin{bmatrix}3&15\\6&9\end{bmatrix}\)

∴2A-3B = \(\begin{bmatrix}6&8\\2&4\end{bmatrix}\)–\(\begin{bmatrix}3&15\\6&9\end{bmatrix}\)=\(\begin{bmatrix}3&-7\\-4&-5\end{bmatrix}\).

34.

Which of the following is a diagonal matrix.(a) A=\(\begin{bmatrix}0&2&1\\2&0&1\\2&1&0\end{bmatrix}\)(b) A=\(\begin{bmatrix}5&1&0\\0&5&0\\0&0&5\end{bmatrix}\)(c) A=\(\begin{bmatrix}4&0&0\\0&5&0\\0&0&9\end{bmatrix}\)(d) A=\(\begin{bmatrix}2&2&2\\3&3&3\\4&4&4\end{bmatrix}\)I got this question in an interview for internship.I'm obligated to ask this question of Types of Matrices in section Matrices of Mathematics – Class 12

Answer»

Correct CHOICE is (C) A=\(\begin{bmatrix}4&0&0\\0&5&0\\0&0&9\end{bmatrix}\)

Explanation: The matrix is said to be a diagonal matrix if the elements ALONG the diagonal of the matrix are non – zero.

i.e. aij=0 for i≠j andaij≠0 for i=j.

Therefore, the matrix A=\(\begin{bmatrix}4&0&0\\0&5&0\\0&0&9\end{bmatrix}\) is a diagonal matrix.

35.

Consider the matrix A=\(\begin{bmatrix}4&6&9\\12&11&10\end{bmatrix}\). What is the type of matrix?(a) Row matrix(b) Column matrix(c) Horizontal matrix(d) Vertical matrixThe question was asked in an online quiz.Question is from Types of Matrices topic in section Matrices of Mathematics – Class 12

Answer»

The correct option is (c) Horizontal matrix

The explanation: The matrix in which number of ROWS is SMALLER than the number of columns is called is called a horizontal matrix. In the given matrix A=\(\BEGIN{bmatrix}4&6&9\\12&11&10\end{bmatrix}\), m=3 and n=2 i.e.

3<2. HENCE, it is a horizontal matrix.

36.

Which among the following is inverse of the matrix A=\(\begin{bmatrix}2&3\\5&1\end{bmatrix}\) ?(a) \(\begin{bmatrix}\frac{1}{13}&\frac{3}{13}\\ \frac{5}{13}&\frac{-2}{13}\end{bmatrix}\)(b) \(\begin{bmatrix}\frac{-1}{13}&\frac{3}{13}\\ \frac{5}{13}&\frac{-2}{13}\end{bmatrix}\)(c) \(\begin{bmatrix}\frac{-1}{13}&\frac{3}{13}\\1&\frac{-2}{13}\end{bmatrix}\)(d) \(\begin{bmatrix}\frac{-1}{13}&\frac{3}{13}\\ \frac{5}{13}&-2\end{bmatrix}\)I had been asked this question in examination.I need to ask this question from Invertible Matrices topic in section Matrices of Mathematics – Class 12

Answer»

The CORRECT option is (b) \(\begin{BMATRIX}\frac{-1}{13}&\frac{3}{13}\\ \frac{5}{13}&\frac{-2}{13}\end{bmatrix}\)

The explanation: Consider the matrix A=\(\begin{bmatrix}2&3\\5&1\end{bmatrix}\)

Using ELEMENTARY row operation, we write A=IA.

\(\begin{bmatrix}2&3\\5&1\end{bmatrix}\)=\(\begin{bmatrix}1&0\\0&1\end{bmatrix}\)A

\(\begin{bmatrix}-13&0\\5&1\end{bmatrix}\)=\(\begin{bmatrix}1&-3\\0&1\end{bmatrix}\)A(Applying R1→R1-3R2)

\(\begin{bmatrix}1&0\\5&1\end{bmatrix}\)=\(\begin{bmatrix}\frac{-1}{13}&\frac{3}{13}\\0&1\end{bmatrix}\)A(Applying \(R_1 \rightarrow -\frac{R_1}{13}\))

\(\begin{bmatrix}1&0\\0&1\end{bmatrix}\)=\(\begin{bmatrix}\frac{-1}{13}&\frac{3}{13}\\ \frac{5}{13}&\frac{-2}{13}\end{bmatrix}\)A(Applying R2→R2-5R1)

\(A^{-1}=\begin{bmatrix}\frac{-1}{13}&\frac{3}{13}\\ \frac{5}{13}&\frac{-2}{13}\end{bmatrix}\).

37.

The matrix A=\(\begin{bmatrix}1&2\\2&1\end{bmatrix}\) is a ____________(a) symmetric matrix(b) skew-symmetric matrix(c) null matrix(d) diagonal matrixThis question was addressed to me in class test.This question is from Symmetric and Skew Symmetric Matrices in division Matrices of Mathematics – Class 12

Answer»

Correct choice is (a) SYMMETRIC MATRIX

To explain I would say: GIVEN that, A=\(\begin{bmatrix}1&2\\2&1\end{bmatrix}\)

⇒ A’=\(\begin{bmatrix}1&2\\2&1\end{bmatrix}\)

i.e.A=A’. HENCE, it is a symmetric matrix.

38.

Which of the following condition is incorrect for matrix multiplication?(a) A(BC)=(AB)C(b) A(B+C)=AB+AC(c) AB=0 if either A or B is 0(d) AB=BAI got this question in my homework.This interesting question is from Operations on Matrices topic in portion Matrices of Mathematics – Class 12

Answer» CORRECT choice is (d) AB=BA

To ELABORATE: MATRIX multiplication is never COMMUTATIVE i.e. AB≠BA. Therefore, the condition AB=BA is incorrect.
39.

The matrix which follows the conditions m=n is called?(a) Square matrix(b) Rectangular matrix(c) Scalar matrix(d) Diagonal matrixThe question was posed to me by my school teacher while I was bunking the class.I'd like to ask this question from Types of Matrices topic in section Matrices of Mathematics – Class 12

Answer»

The correct answer is (a) Square matrix

The best EXPLANATION: A square matrix is a matrix in which the NUMBER of rows(m) is EQUAL to the number of columns(N). THEREFORE, the matrix which follows the condition m=n is a square matrix.

40.

Which among the below matrices has the inverse A^-1=\(\begin{bmatrix}1&-\frac{5}{8}\\0&\frac{1}{8}\end{bmatrix}\)(a) \(\begin{bmatrix}1&5\\0&8\end{bmatrix}\)(b) \(\begin{bmatrix}1&5\\-1&8\end{bmatrix}\)(c) \(\begin{bmatrix}1&5\\0&16\end{bmatrix}\)(d) \(\begin{bmatrix}1&8\\0&8\end{bmatrix}\)I had been asked this question by my school principal while I was bunking the class.My question comes from Invertible Matrices in division Matrices of Mathematics – Class 12

Answer»

Correct ANSWER is (a) \(\begin{BMATRIX}1&5\\0&8\end{bmatrix}\)

Best explanation: CONSIDER the MATRIX A=\(\begin{bmatrix}1&5\\0&8\end{bmatrix}\)

Using the elementary column operations, we write A=AI

\(\begin{bmatrix}1&5\\0&8\end{bmatrix}\)=A\(\begin{bmatrix}1&0\\0&1\end{bmatrix}\)

Applying C2→C2-5C1

\(\begin{bmatrix}1&0\\0&8\end{bmatrix}\)=A\(\begin{bmatrix}1&-5\\0&1\end{bmatrix}\)

Applying C2→C2/8

\(\begin{bmatrix}1&0\\0&1\end{bmatrix}\)=A\(\begin{bmatrix}1&-\frac{5}{8}\\0&\frac{1}{8}\end{bmatrix}\)

A^-1=\(\begin{bmatrix}1&-\frac{5}{8}\\0&\frac{1}{8}\end{bmatrix}\).

41.

The matrix A=\(\begin{bmatrix}0&1&-1\\-1&0&1\\1&-1&0\end{bmatrix}\) is __________(a) scalar matrix(b) identity matrix(c) symmetric matrix(d) skew-symmetric matrixI have been asked this question in unit test.The above asked question is from Symmetric and Skew Symmetric Matrices topic in chapter Matrices of Mathematics – Class 12

Answer»

Correct answer is (d) skew-symmetric MATRIX

To EXPLAIN: The given matrix A=\(\begin{bmatrix}0&1&-1\\-1&0&1\\1&-1&0\end{bmatrix}\) is skew symmetric.

⇒A’=\(\begin{bmatrix}0&-1&1\\1&0&-1\\-1&1&0\end{bmatrix}\)=A

∴A=-A’. HENCE, it is a skew-symmetric matrix.

42.

Which of the following is a matrix of the order 2×2 where the equation of the elements is given by aij=i+j.(a) A=\(\begin{bmatrix}1&1\\1&1\end{bmatrix}\)(b) A=\(\begin{bmatrix}4&5\\4&1\end{bmatrix}\)(c) A=\(\begin{bmatrix}2&3\\3&4\end{bmatrix}\)(d) A=\(\begin{bmatrix}1&2\\1&2\end{bmatrix}\)I had been asked this question in homework.My question comes from Matrices in portion Matrices of Mathematics – Class 12

Answer»

The correct CHOICE is (C) A=\(\begin{bmatrix}2&3\\3&4\end{bmatrix}\)

Easy explanation: a11=1+1=2, a12=1+2=3, a21=2+1=3, a22=2+2=4

∴ A=\(\begin{bmatrix}a_{11}&a_{12}\\a_{21}&a_{22} \end{bmatrix}=\begin{bmatrix}2&3\\3&4\end{bmatrix}\).

43.

Which of the following is not a property of invertible matrices if A and B are matrices of the same order?(a) (AB)^-1=A^-1 B^-1(b) (AA^-1)=(A^-1 A)=I(c) (AB)^-1=B^-1 A^-1(d) AB=BA=II got this question in examination.I need to ask this question from Invertible Matrices in chapter Matrices of Mathematics – Class 12

Answer»

The correct answer is (a) (AB)^-1=A^-1 B^-1

Easiest EXPLANATION: (AB)^-1=A^-1 B^-1 is incorrect. The correct formula is (AB)^-1=B^-1 A^-1. B^-1 A^-1 ≠ A^-1 B^-1 as MATRIX multiplication is not COMMUTATIVE.

44.

Which of the following matrices is both symmetric and skew symmetric?(a) A=\(\begin{bmatrix}1&0\\1&0\end{bmatrix}\)(b) A=\(\begin{bmatrix}0&0&0\\0&0&0\\0&0&0\end{bmatrix}\)(c) A=\(\begin{bmatrix}1&0&1\\1&0&1\end{bmatrix}\)(d) A=\(\begin{bmatrix}0&0&-2\\1&0&-1\\2&0&0\end{bmatrix}\)I have been asked this question during an online interview.My question is from Symmetric and Skew Symmetric Matrices in section Matrices of Mathematics – Class 12

Answer»

Right choice is (b) A=\(\begin{BMATRIX}0&0&0\\0&0&0\\0&0&0\end{bmatrix}\)

The explanation: The MATRIX A=\(\begin{bmatrix}0&0&0\\0&0&0\\0&0&0\end{bmatrix}\)=A’=-A’.HENCE, a null matrix is both symmetric and skew-symmetric.

45.

Consider the matrix A=\(\begin{bmatrix}2&4&5\\1&6&4\\2&8&9\end{bmatrix}\). Find the element a32.(a) 5(b) 6(c) 4(d) 8This question was posed to me during a job interview.The query is from Matrices topic in portion Matrices of Mathematics – Class 12

Answer» CORRECT option is (d) 8

Easy explanation: a32 is the ELEMENT represented in the FORM aij i is the ROW number and j is the column number. Therefore, the element a32is the element in the third row (i=3)and second column (j=2) which is 8.
46.

The order of the matrix A=\(\begin{bmatrix}1&5&9\\4&8&6\end{bmatrix}\) is 2×3.(a) True(b) FalseThe question was posed to me in quiz.The origin of the question is Matrices in portion Matrices of Mathematics – Class 12

Answer»

The correct choice is (B) False

For explanation I would say: The given statement is false. In the matrix A=\(\begin{BMATRIX}1&5&9\\4&8&6\end{bmatrix}\) the number of rows(m) is 3 and the number of columns(n) is 2. Therefore, the order of the matrix is 3×2.

47.

Which of the following elementary operations has been applied to the matrix A=\(\begin{bmatrix}8&5\\2&8\end{bmatrix}\) such that the new matrix is \(\begin{bmatrix}12&21\\2&8\end{bmatrix}\)?(a) R1→R1-2R2(b) R1→2R1+R2(c) R1→R2+R1(d) R1→R1+2R2The question was posed to me by my school principal while I was bunking the class.Origin of the question is Elementary Operation (Transformation) of a Matrix in division Matrices of Mathematics – Class 12

Answer»

Correct option is (d) R1→R1+2R2

To elaborate: The GIVEN matrix is A=\(\begin{bmatrix}8&5\\2&8\end{bmatrix}\)

APPLYING the elementary operation R1→R1+2R2, we GET

\(\begin{bmatrix}8+2(2)&5+2(8)\\2&8\end{bmatrix}\)=\(\begin{bmatrix}12&21\\2&8\end{bmatrix}\).

48.

Which among the following is the new matrix after applying the elementary operation C1→4C1 on the matrix A=\(\begin{bmatrix}5&8\\-1&2\\3&-4\end{bmatrix}\)?(a) \(\begin{bmatrix}5&8\\-1&2\\3&-4\end{bmatrix}\)(b) \(\begin{bmatrix}20&8\\-4&2\\12&-4\end{bmatrix}\)(c) \(\begin{bmatrix}20&8\\4&2\\12&-4\end{bmatrix}\)(d) \(\begin{bmatrix}20&8\\-4&2\\12&4\end{bmatrix}\)The question was asked in examination.My question comes from Elementary Operation (Transformation) of a Matrix topic in portion Matrices of Mathematics – Class 12

Answer»

Correct CHOICE is (b) \(\begin{BMATRIX}20&8\\-4&2\\12&-4\end{bmatrix}\)

The BEST I can EXPLAIN: Given matrix A=\(\begin{bmatrix}5&8\\-1&2\\3&-4\end{bmatrix}\)

Applying the column operation, C1→4C1 we get

\(\begin{bmatrix}4(5)&8\\4(-1)&2\\4(3)&-4\end{bmatrix}\)=\(\begin{bmatrix}20&8\\-4&2\\12&-4\end{bmatrix}\)

49.

In a matrix with 9 elements, then the possible ordered pairs are (3, 3), (1, 9), (9, 1).(a) True(b) FalseThis question was posed to me in a national level competition.My query is from Matrices in chapter Matrices of Mathematics – Class 12

Answer»

Right answer is (a) TRUE

Easiest explanation: The given STATEMENT is true. The POSSIBLE orders in which the MATRIX can be formed are 3×3,9×1,1×9. Therefore, the ORDERED pairs are (3,3),(1,9),(9,1).

50.

Which of the following conditions holds true for a skew-symmetric matrix?(a) A=IA(b) A=|A|(c) A=A’(d) A=-A’I have been asked this question by my college director while I was bunking the class.This interesting question is from Symmetric and Skew Symmetric Matrices in section Matrices of Mathematics – Class 12

Answer»

The correct ANSWER is (a) A=IA

To ELABORATE: A MATRIX is said to be skew-symmetric if it is equal to the NEGATIVE of its transpose i.e. A=-A’.