Practice Questions on Matrices

What are the necessary conditions for 2 matrix to multiply?

2 matrices could only be multiplied if the number of columns of the first matrix are equal to number of rows of the second matrix.

How to multiply a matrix with a scalar quantity?

If we want to multiply a scalar value “k” , then it will be multiplied with all the elements in the matrix.

When do we say that 2 matrices are equal?

Two matrices A and B are said to be same if they have the same number of rows and columns and each entry of the first matrix is equal to second matrix i.e. Aij = Bij

What is the value of the determinant of a matrix if n = m = 1, where n = number of rows and m = number of columns

Value of the determinant of the matrix with n = m = 1, it will the value of the element which is present in the matrix itself.

What is the necessary condition for the inverse of the matrix to exist?

Inverse of the matrix exist only and only if A is non-singular i.e. |A| ≠ 0



Practice Questions on Matrices

Matrices are rectangular arrays of numbers, symbols, or characters where all of these elements are arranged in each row and column. An array is a collection of items arranged at different locations.

Practice Questions on Matrices

Similar Reads

Important Formulas and Concepts on Matrices

Some of the important formulas and concepts that will help to solve the question based on the matrices are mentioned below....

Practice Questions on Matrices

Question 1: Find x so that [Tex]\begin{bmatrix}1 & x & 1\\\end{bmatrix} \begin{bmatrix}1 & 3 & 2\\0 & 5 & 1\\0 & 3 & 2\\\end{bmatrix} \begin{bmatrix}1\\1\\x\\\end{bmatrix} = 0[/Tex]...

Examples of Matrices problems with Solution

Question 1: If (A+B)2= A2 +2AB+ B2 then what can we say about A and B? (Assume AB and BA exists)...

Practice Questions on Matrices – FAQs

What are the necessary conditions for 2 matrix to multiply?...