A Class XII multiple-choice walkthrough of matrix basics, covering order and number of elements, the general form of a matrix, and the main special matrix types.
This lesson works through a set of quick MCQ questions on matrices for Class XII. It revises how the order of a matrix is written, how to count and factor its elements, and how to write a matrix in general index form. It then runs through the special matrices: row, column, square, diagonal, scalar, identity, zero, and the negative of a matrix, finishing with additive identity and the order rule for adding and subtracting matrices.
What you'll learn
How the order of a matrix is written and how it gives the number of elements
How to list the possible orders of a matrix from its number of elements
Writing a matrix in general form using row and column indices
Recognising row, column, square, diagonal, scalar, identity and zero matrices
Lesson chapters
0:00What a matrix is and its order
1:54Number of elements and possible orders
3:30General form of a matrix by index
9:26Row, column and square matrices
11:22Diagonal, scalar and identity matrices
16:09Zero matrix, negatives and adding matrices
Lesson notes
This lesson is a set of multiple-choice questions on matrices for Class XII. It revises the order of a matrix and its number of elements, the general form written with indices, and each of the standard special matrices.
Order and number of elements
A matrix is a rectangular array of elements arranged in rows and columns. If a matrix has m rows and n columns, its order is m×n, read as "m by n".
The number of elements in such a matrix is the product of the rows and columns:
number of elements=m×n.
If a matrix has 12 elements, its possible orders are every factor pair of 12:
1×12,2×6,3×4,4×3,6×2,12×1.
General form of a matrix
Writing a general element as aij (row i, column j), a matrix of order m×n has the form
A matrix with a single row is a row matrix, for example [123].
A matrix with a single column is a column matrix, for example
123,
which has order 3×1.
A matrix whose number of rows equals its number of columns is a square matrix.
Diagonal, scalar and identity matrices
In a diagonal matrix, every non-diagonal element is 0, for example
[1002],100030004.
A scalar matrix is a diagonal matrix whose diagonal elements are all equal, for example
200020002.
An identity matrix is a diagonal matrix whose diagonal elements are all 1:
I1=[1],I2=[1001],I3=100010001.
Zero matrix, negative of a matrix, and addition
In a zero matrix, every element is 0, for example [000]. The zero matrix is denoted O, and it is the additive identity for matrices.
The negative−A of a matrix A is obtained by changing the sign of every element. For
A=1002−14,−A=−100−21−4.
To add or subtract two matrices, their orders must be equal.
Key takeaways
A matrix of order m×n has m×n elements, and each factor pair of that count gives a possible order.
The general element aij sits in row i and column j, which fixes the general form of any matrix.
Diagonal, scalar and identity matrices are special square matrices; the zero matrix is the additive identity, and addition requires matrices of equal order.