C
CraftExam
high importancemedium8 min

Types of Matrices

Matrices are classified by shape and entry pattern, such as row matrix, column matrix, square matrix, diagonal matrix, scalar matrix, identity matrix, zero matrix, and equal matrices.

Practice This Concept

Learn the concept

Student-friendly explanation

A row matrix has one row; a column matrix has one column. A square matrix has equal rows and columns. A diagonal matrix is square with all non-diagonal entries zero. A scalar matrix is a diagonal matrix whose diagonal entries are equal. An identity matrix has all diagonal entries 1 and all non-diagonal entries 0. A zero matrix has every entry 0. Two matrices are equal only when they have the same order and corresponding entries equal.

How to write this in exams

  1. 1

    Start with the exact idea

    Matrices are classified by shape and entry pattern, such as row matrix, column matrix, square matrix, diagonal matrix, scalar matrix, identity matrix, zero matrix, and equal matrices.

  2. 2

    Then show how to use it

    Find the order. Check whether it is square. Check zeros outside the main diagonal. Check whether diagonal entries are equal. Check whether diagonal entries are all 1 if identity is claimed. For equality, compare order first, then entries.

  3. 3

    Add one concrete example

    [[4, 0], [0, 4]] is a scalar matrix. [[1, 0], [0, 1]] is an identity matrix of order 2. [[0, 0], [0, 0]] is a zero matrix.

  4. 4

    Avoid this incomplete answer

    Calling [[2, 0], [0, 5]] a scalar matrix; it is diagonal but not scalar because diagonal entries are unequal.

Definition

Matrices are classified by shape and entry pattern, such as row matrix, column matrix, square matrix, diagonal matrix, scalar matrix, identity matrix, zero matrix, and equal matrices.

Example

[[4, 0], [0, 4]] is a scalar matrix. [[1, 0], [0, 1]] is an identity matrix of order 2. [[0, 0], [0, 0]] is a zero matrix.

Rule to remember

Identity matrix I_n: a_ij = 1 when i = j and a_ij = 0 when i != j. Scalar matrix: A = kI_n. Equal matrices: same order and a_ij = b_ij for every corresponding position.

Memory hook

Identity is the special scalar matrix with scalar 1.

Examples and method

Worked example

Classify A = [[0, 0, 0], [0, 0, 0]]. It has 2 rows and 3 columns, so it is rectangular. Since every entry is 0, it is a zero matrix. It is not a diagonal matrix because diagonal classification in this syllabus is for square matrices.

Method to apply

Find the order. Check whether it is square. Check zeros outside the main diagonal. Check whether diagonal entries are equal. Check whether diagonal entries are all 1 if identity is claimed. For equality, compare order first, then entries.

Diagram support

No separate diagram is needed. Classification is best shown through small 2 x 2 or 3 x 3 matrix forms.

How CBSE asks it

Asked as naming the type of a given matrix, selecting all correct classifications, or forming equations from equality of matrices.

Avoid common mistakes

Common confusion

A common error is calling any matrix with zeros outside the diagonal an identity matrix. It is identity only when every diagonal entry is 1.

Common wrong answer

Calling [[2, 0], [0, 5]] a scalar matrix; it is diagonal but not scalar because diagonal entries are unequal.

Exam tip

For classification questions, first check whether the matrix is square. Diagonal, scalar, and identity matrices must be square.

Quick check

Is [[3, 0, 0], [0, 3, 0], [0, 0, 3]] diagonal, scalar, or identity?

It is diagonal and scalar, but not identity because the diagonal entries are 3, not 1.

Answer writing and exam use

1-mark answer

Matrices are classified by shape and entry pattern, such as row matrix, column matrix, square matrix, diagonal matrix, scalar matrix, identity matrix, zero matrix, and equal matrices.

2-mark answer

Matrices are classified by shape and entry pattern, such as row matrix, column matrix, square matrix, diagonal matrix, scalar matrix, identity matrix, zero matrix, and equal matrices. Identity matrix I_n: a_ij = 1 when i = j and a_ij = 0 when i != j. Scalar matrix: A = kI_n. Equal matrices: same order and a_ij = b_ij for every corresponding position. [[4, 0], [0, 4]] is a scalar matrix. [[1, 0], [0, 1]] is an identity matrix of order 2. [[0, 0], [0, 0]] is a zero matrix.

3-mark answer

A row matrix has one row; a column matrix has one column. A square matrix has equal rows and columns. A diagonal matrix is square with all non-diagonal entries zero. A scalar matrix is a diagonal matrix whose diagonal entries are equal. An identity matrix has all diagonal entries 1 and all non-diagonal entries 0. A zero matrix has every entry 0. Two matrices are equal only when they have the same order and corresponding entries equal. Identity matrix I_n: a_ij = 1 when i = j and a_ij = 0 when i != j. Scalar matrix: A = kI_n. Equal matrices: same order and a_ij = b_ij for every corresponding position. Classify A = [[0, 0, 0], [0, 0, 0]]. It has 2 rows and 3 columns, so it is rectangular. Since every entry is 0, it is a zero matrix. It is not a diagonal matrix because diagonal classification in this syllabus is for square matrices. Asked as naming the type of a given matrix, selecting all correct classifications, or forming equations from equality of matrices. Calling [[2, 0], [0, 5]] a scalar matrix; it is diagonal but not scalar because diagonal entries are unequal.
MCQ Quiz

Practice this concept with focused MCQs

Open the concept quiz intro first, review the test details, and then start a focused MCQ set from this concept only. Instant score and answer review are live now.

10 MCQs5 MinutesInstant Results
Practice This Concept

Help improve this page

Found something confusing, incorrect, or missing?