JEE Exam  >  JEE Notes  >  Mathematics (Maths) Class 12  >  Types of Matrices

Types of Matrices | Mathematics (Maths) Class 12 - JEE PDF Download

Matrix Types: Overview

Matrices are rectangular arrays of numbers arranged in rows and columns. They are classified into many types according to their size, position of non-zero elements, special entries, symmetry properties and algebraic relations. Common types used in school and undergraduate mathematics include row and column matrices, zero (null) matrices, singleton matrices, horizontal and vertical matrices, square, diagonal, scalar and identity (unit) matrices, triangular matrices, symmetric and skew-symmetric matrices, Hermitian and skew-Hermitian matrices, singular and non-singular matrices, and several special matrices such as idempotent, nilpotent, periodic and involutary matrices.

Matrix Types: Overview
Matrix Types: Overview

Types of Matrices: Explanations

Row Matrix

Definition: A matrix having only one row is called a row matrix.

If A = [aij]m×n then A is a row matrix when m = 1. The order of a row matrix is 1 × n.

Example: A = [1 2 4 5] is a row matrix of order 1 × 4. Another example is P = [-4 -21 -17] of order 1 × 3.

Column Matrix

Definition: A matrix having only one column is called a column matrix.

If A = [aij]m×n then A is a column matrix when n = 1. The order of a column matrix is m × 1.

Column Matrix

Example: The matrix above is a column matrix of order 4 × 1.

Column Matrix

In the above example, P is of order 3 × 1 and Q is of order 5 × 1.

Zero or Null Matrix

Definition: A matrix in which every element is zero is called a zero or null matrix. It is denoted by 0.

If A = [aij]m×n and aij = 0 for all i and j, then A is the zero matrix.

Zero or Null Matrix

The above is a zero matrix of order 2 × 3.

Zero or Null Matrix

The above is a 3 × 2 null matrix.

Zero or Null Matrix

The above is a 3 × 3 null matrix.

Singleton Matrix

Definition: A matrix with only one element is called a singleton matrix. It is a 1 × 1 matrix.

Examples: [2], [3], [a] are singleton matrices.

Horizontal and Vertical Matrices

Horizontal matrix: A matrix of order m × n is called horizontal if n > m.

Horizontal and Vertical Matrices

Vertical matrix: A matrix of order m × n is called vertical if m > n.

Horizontal and Vertical Matrices

Square Matrix

Definition: A matrix is called square if the number of rows equals the number of columns, i.e. m = n. The order of a square matrix is n × n.

Square Matrix

The above is a square matrix of order 3 × 3.

Trace: The sum of the diagonal elements (principal diagonal) of a square matrix A is called the trace of A and is denoted by tr(A).

Square Matrix
Square Matrix

In the above, P is of order 2 × 2 and Q is of order 3 × 3.

Diagonal Matrix

Definition: A square matrix is a diagonal matrix if all its non-diagonal elements are zero. That is, for a square matrix A = [aij], aij = 0 whenever i ≠ j.

Diagonal Matrix

The above is a diagonal matrix of order 3 × 3; it may be written as diagonal[2, 3, 4].

Important points:

  • A diagonal matrix is always a square matrix.
  • Diagonal elements are aii, appearing where i = j.

More examples:

P = [9]

Diagonal Matrix

Here P, Q and R are diagonal matrices of orders 1 × 1, 2 × 2 and 3 × 3 respectively.

Scalar Matrix

Definition: A diagonal matrix in which all diagonal entries are equal is called a scalar matrix. Such a matrix can be written as λI, where λ is a scalar and I is the identity matrix of appropriate order.

]mx is a scalar matrix if aij = Scalar Matrix where k is a constant. 
Scalar Matrix
is a scalar Matrix. 
Scalar Matrix

If all diagonal elements equal 1 (that is λ = 1), the scalar matrix becomes the identity (unit) matrix.

Unit Matrix or Identity Matrix

Definition: A square diagonal matrix whose diagonal entries are all 1 is called the identity or unit matrix. An identity matrix of order n is denoted by In.

Unit Matrix or Identity Matrix

Properties:

  • For any matrix A of order m × n, ImA = A and AIn = A whenever the multiplications are defined.
  • All identity matrices are scalar matrices.
  • All scalar matrices are diagonal matrices.
  • All diagonal matrices are square matrices.

Note: The converses are not generally true; e.g., a square matrix need not be diagonal, a diagonal matrix need not be scalar, and a scalar matrix need not be the identity unless λ = 1.

Equal Matrices

Definition: Two matrices are said to be equal if they are of the same order and all corresponding elements are equal.

Conditions for equality of matrices A = [aij]m×n and B = [bij]r×s:

  • m = r (same number of rows).
  • n = s (same number of columns).
  • aij = bij for all i = 1, 2, ..., m and j = 1, 2, ..., n (corresponding entries equal).
Equal Matrices

The matrices above are not equal because their orders differ.

Equal Matrices

If the matrices above are equal then their corresponding entries give relations such as a1 = 1, a2 = 6, a3 = 3, b1 = 5, b2 = 2, b3 = 1, etc., as illustrated.

Triangular Matrix

Definition: A square matrix is called a triangular matrix if all entries either above or below the principal diagonal are zero.

Upper Triangular Matrix

A square matrix [aij] is upper triangular if aij = 0 whenever i > j (all entries below the principal diagonal are zero).

Upper Triangular Matrix

The above is an upper triangular matrix of order 3 × 3.

Lower Triangular Matrix

A square matrix is lower triangular if aij = 0 whenever i < j (all entries above the principal diagonal are zero).

Lower Triangular Matrix

The above is a lower triangular matrix of order 3 × 3.

Singular and Non-Singular Matrices

Definition: For a square matrix A, if det(A) = 0 then A is called a singular matrix. If det(A) ≠ 0 then A is called a non-singular (or invertible) matrix.

Remarks:

  • If A is non-singular, A has an inverse A-1 and A A-1 = I.
  • If A is singular, A does not have a multiplicative inverse.

Symmetric and Skew-Symmetric Matrices

Symmetric matrix: A square matrix A = [aij] is symmetric if aij = aji for all i, j. Equivalently, AT = A (where AT denotes the transpose of A).

Symmetric and Skew-Symmetric Matrices

The matrix above is symmetric because a12 = 2 = a21, a31 = 3 = a13, etc.

Skew-symmetric matrix: A square matrix A = [aij] is skew-symmetric if aij = -aji for all i, j. Putting i = j gives aii = -aii, so aii = 0 for all diagonal entries.

Symmetric and Skew-Symmetric Matrices
Symmetric and Skew-Symmetric Matrices

Both matrices above are skew-symmetric. Note that for a skew-symmetric matrix A, AT = -A.

Important conclusions:

  • If A is any square matrix then A + AT is symmetric and A - AT is skew-symmetric.
  • Every square matrix A can be written uniquely as the sum of a symmetric matrix and a skew-symmetric matrix: A = 1/2(A + AT) + 1/2(A - AT).
  • If A and B are symmetric and they commute (AB = BA), then AB is symmetric.
  • If BT A B is formed, it is symmetric or skew-symmetric corresponding to A being symmetric or skew-symmetric respectively.
  • All positive integral powers of a symmetric matrix are symmetric.
  • Positive odd powers of a skew-symmetric matrix are skew-symmetric; positive even powers are symmetric.

Hermitian and Skew-Hermitian Matrices

Hermitian matrix: For matrices with complex entries, a square matrix A = [aij] is called Hermitian if aij = overline{aji} for all i, j, i.e. A* = A where A* denotes the conjugate transpose (also written ĀT).

Hermitian and Skew-Hermitian Matrices
Hermitian and Skew-Hermitian Matrices

The matrices above are Hermitian.

Notes:

  • If a Hermitian matrix has only real entries, it is a real symmetric matrix.
  • For a Hermitian matrix, all diagonal elements are real.
  • For a skew-Hermitian matrix A, A* = -A; diagonal entries of a skew-Hermitian matrix are purely imaginary or zero.
If A is a Hermitian matrix thenHermitian and Skew-Hermitian Matrices thus every diagonal element of a Hermitian Matrix must be real. 
A = [aij] is said to be a skew-Hermitian if Hermitian and Skew-Hermitian Matrices i.e. Aθ = – A; 
Hermitian and Skew-Hermitian Matrices
Hermitian and Skew-Hermitian Matrices

In particular, a skew-Hermitian matrix over the real numbers reduces to a real skew-symmetric matrix.

Special Matrices

Special Matrices

Idempotent Matrix

Definition: A square matrix A is idempotent if A2 = A.

Idempotent Matrix
Idempotent Matrix

For an idempotent matrix A, every eigenvalue is 0 or 1 and hence det(A) is 0 or 1 depending on the eigenvalues. In particular, idempotent matrices are diagonalizable (over ℝ or ℂ) with eigenvalues 0 or 1.

Nilpotent Matrix

Definition: A square matrix A is called nilpotent of index p (p ∈ ℕ) if Ap = 0 and Ap-1 ≠ 0. The least positive integer p with this property is the index of nilpotency.

Periodic Matrix

Definition: A square matrix A is periodic with period k if Ak+1 = A and k is the least positive integer with this property. If k = 1 then A is idempotent.

Periodic Matrix

The matrix above has period 1 (hence idempotent).

Notes:

  • The period of the zero matrix is not defined in this sense (Ak+1 = A would force 0 = 0 for any k but the notion of least positive k fails).
  • The period of an idempotent matrix is 1.

Involutary Matrix

Definition: A square matrix A is called involutary if A2 = I. Such a matrix is its own inverse.

Involutary Matrix

Example: A matrix satisfying A2 = I is involutary and A = A-1.

Applications and Remarks

Matrices of specific types are used widely in algebra, geometry, physics, computer science and statistics. Typical uses include:

  • Identity and diagonal matrices: simplify solutions of linear systems, help compute determinants and eigenvalues rapidly.
  • Triangular matrices: appear in Gaussian elimination and LU decomposition; determinants equal the product of diagonal entries.
  • Symmetric and Hermitian matrices: have real eigenvalues and orthogonal (or unitary) eigenvectors; important in quadratic forms and physics (observables in quantum mechanics are Hermitian).
  • Nilpotent and idempotent matrices: arise in linear algebraic structure theory, projection operators and matrix exponentials.
  • Singular versus non-singular: determine whether linear systems have unique solutions (non-singular) or infinitely many/none (singular).

Final Remarks

This chapter summarises the common classifications of matrices used in school and first-year undergraduate mathematics. For each type, remember the defining condition (pattern of zero/non-zero entries, algebraic relation such as A2 = A, determinant conditions, or transpose/conjugate transpose relations), typical properties (determinant, trace, eigenvalue behaviour) and standard examples. Understanding these types and their properties is essential for solving problems in linear algebra, matrix algebra and their applications.

The document Types of Matrices | Mathematics (Maths) Class 12 - JEE is a part of the JEE Course Mathematics (Maths) Class 12.
All you need of JEE at this link: JEE
68 videos|255 docs|57 tests

FAQs on Types of Matrices - Mathematics (Maths) Class 12 - JEE

1. What is a matrix?
A matrix is a rectangular array of numbers, symbols, or expressions arranged in rows and columns. It is commonly used in various mathematical and scientific applications to represent data or to solve systems of linear equations.
2. What are the different types of matrices?
There are several types of matrices, including: - Square Matrix: A matrix with an equal number of rows and columns. - Identity Matrix: A square matrix with ones on the main diagonal and zeros elsewhere. - Zero Matrix: A matrix in which all elements are zeros. - Diagonal Matrix: A matrix in which all non-diagonal elements are zeros. - Symmetric Matrix: A square matrix that is equal to its transpose.
3. What is the significance of a square matrix?
Square matrices are of special importance because they can be used to represent linear transformations and solve systems of linear equations. They also have properties that are not shared by non-square matrices, such as the existence of inverses.
4. How is an identity matrix useful in matrix operations?
The identity matrix serves as the multiplicative identity for matrix multiplication. When a matrix is multiplied by an identity matrix, the result is the original matrix. It is also used in solving systems of linear equations and finding matrix inverses.
5. How can symmetric matrices be utilized in real-world applications?
Symmetric matrices are commonly used in areas such as physics, computer science, and engineering. They have properties that make certain calculations more efficient. For example, in structural analysis, symmetric matrices can be used to represent the stiffness of materials, leading to faster computations. In computer graphics, symmetric matrices are used in transformations to preserve symmetry in objects.
Related Searches
ppt, shortcuts and tricks, past year papers, study material, Sample Paper, Free, practice quizzes, Types of Matrices | Mathematics (Maths) Class 12 - JEE, Viva Questions, pdf , Types of Matrices | Mathematics (Maths) Class 12 - JEE, Semester Notes, Types of Matrices | Mathematics (Maths) Class 12 - JEE, mock tests for examination, Objective type Questions, video lectures, MCQs, Previous Year Questions with Solutions, Exam, Summary, Extra Questions, Important questions;