BrightChamps Logo
Login

Summarize this article:

Live Math Learners Count Icon109 Learners

Last updated on November 1, 2025

Types of Matrices

Professor Greenline Explaining Math Concepts

Matrices are divided into different types based on their elements, size, and special properties. The word ‘matrices’ is simply the plural form of ‘matrix’, which refers to an arrangement of numbers organized in rows and columns.

Types of Matrices for US Students
Professor Greenline from BrightChamps

What are the Types of Matrices?

The type of matrix depends on its components, size, and number of rows and columns. This section discusses how different types of matrices are categorized.

 

 

Professor Greenline from BrightChamps

Row Matrix

A matrix with just one row and any number of columns is a row matrix. Here, the number of columns doesn’t matter, but the matrix will always have just one row. Thus, A = [aij]1n is a row matrix if m = 1. The elements are written horizontally like a list. So, a row matrix is represented as:

A = [a11  a12  a13  …  a1n]1n

Example:

A = [1 2] is a 1 × 2 row matrix.

B = [3 2 1] is a 1 × 3 row matrix.

C = [2 3 4 5] is a 1 × 4 row matrix.

 

Properties of Row Matrix

 

  • A row matrix has a single row.
     
  • A row matrix has many columns.
     
  • In a row matrix, since all the elements are in a single row, the number of columns equals the number of elements.
Professor Greenline from BrightChamps

Column Matrix

A column matrix has only one column and any number of rows. If n = 1, then A = [aij]m1 is a column matrix. The elements are arranged vertically with m rows and 1 column.

 

  Properties of Column Matrix

 

  • A column matrix has a single column.

  • A column matrix has many rows.
     
  • Since there is only one column, the number of elements is equal to the number of rows.
Professor Greenline from BrightChamps

Zero or Null Matrix

A null matrix is a matrix where every element is zero. Therefore, it is also known as a zero matrix. A null matrix is of the order m n, depending on how many rows and columns it has. It is represented as A = [aij]mn, where aij = 0 for all i and j.  

 

Properties Of Zero Matrix (Null Matrix)

 

  • The null matrix can either be square or rectangular, depending on the number of rows and columns.
     
  • This null matrix can have an unequal number of rows and columns.
     
  • A null matrix is always singular because its determinant is zero (for square matrices), and it doesn’t have an inverse.
Professor Greenline from BrightChamps

Singleton Matrix

A singleton matrix contains only one element. It has one row and one column, so its order is 1 1. 

 

Properties of Singleton Matrix

 

  • It has only one row and one column.
     
  • A singleton matrix contains only one element.
     
  • All singleton matrices are square matrices.
Professor Greenline from BrightChamps

Horizontal Matrix

A horizontal matrix or row matrix has only one row and any number of columns. Thus, it is represented as [aij]mn. It has the order of

 m × n.

 

           A = [p q r s]

          Example:

A = [2 2 5 8] is a horizontal matrix of the order 1 × 4.

 

Properties of Horizontal Matrix

 

  • It has more columns than rows.
     
  • It has only a single row.
     
  • It is also known as Row Matrix.
Professor Greenline from BrightChamps

Vertical Matrix

It is the matrix in which the number of rows exceeds the number of columns. Thus, it is represented as [aij]mn

 

Properties of Vertical Matrix

 

  • It has more rows than columns.
     
  • If it has only one column, then it is called a column matrix.
     
  • It is not square if the number of rows is not equal to the number of columns.
Professor Greenline from BrightChamps

Square Matrix

A square matrix has an equal number of rows and columns. Thus, it is represented as [aij]mn. It is of the order m × n, where m = n. 

 

Properties of Square Matrix

 

  • The number of rows and columns is the same.
     
  • Only square matrices have a determinant.
     
  • Its transpose is also a square matrix.
Professor Greenline from BrightChamps

Diagonal Matrix

A diagonal matrix is a square matrix with zero values for every element outside the main diagonal. It is therefore expressed as A = [aij]. Only the main diagonal contains non-zero elements.

 

Properties of a Diagonal Matrix

 

  • Every diagonal matrix is a square matrix.
     
  • The number of rows in a diagonal matrix is equal to the number of columns.
     
  • The sum of two diagonal matrices results in another diagonal matrix.
Professor Greenline from BrightChamps

Scalar Matrix

A Scalar matrix is a square matrix in which all the elements of the principal diagonal are the same and all other elements are zero. Therefore, it is written as A = [aij]mn

 

   Properties of Scalar Matrix

 

  • All the numbers outside the main diagonal are zero.
     
  • The determinant of a scalar matrix is equal to the scalar value raised to the power of the order of the matrix. 
     
  • It is a special type of square matrix where all the diagonal elements are equal, and all off-diagonal elements are zero.
Professor Greenline from BrightChamps

Identity (Unit) Matrix

An identity matrix is a square matrix with ones on the main diagonal and zero elsewhere. Thus, it is represented as A = [aij]mn. The identity matrix works like the number 1 in multiplication, when any square matrix is multiplied by it, the result is the original matrix value.

For any matrix A of order n × n, AI = IA = A

 

Properties of Identity Matrix

 

  • The identity matrix is always square.
     
  • A matrix remains unchanged when it’s multiplied by the identity matrix. 
     
  • The determinant is always 1.
Professor Greenline from BrightChamps

Equal Matrix

When two matrices have the same dimensions, they are considered equal. Thus, it is represented as A = [aij]mn and B = [bij]rs. A and B are equal only if m = r, n = s, and aij = bij  for all i, j.
         

Properties of Equal Matrix

 

  • Two matrices are equal if they have the same size.
     
  • Even if one element is different, the matrices are not equal.
     
  • The matrices can be compared for equality only when their orders match exactly.

 

Professor Greenline from BrightChamps

Triangular Matrix

A triangular matrix is a special type of square matrix. Here, all the elements found above or below the main diagonal are zeros.

 

Properties of Triangular Matrix

 

  • The inverse of a triangular matrix (if it exists) will also be triangular. 
     
  • The determinant of a triangular matrix is found by multiplying all the diagonal values together. 
     
  • A triangular matrix can only be inverted if none of the diagonal elements are zero.
Professor Greenline from BrightChamps

Singular Matrix

A singular matrix is a square matrix whose determinant is equal to zero.

It is represented as |A|=0.

 

Properties of Singular Matrix

 

  • A matrix is called singular when its determinant turns out to be zero, making it non-invertible.
     
  • Since its determinant is zero, a singular matrix doesn’t have an inverse.
     
  • A zero matrix is always singular because its determinant is zero.
Professor Greenline from BrightChamps

Non-Singular Matrix

A matrix is called non-singular if it has an inverse. In other words, it must be square, and its determinant must not be zero.

It can be represented as |A| ≠ 0.

 

 Properties of Non-singular Matrix

 

  • A non-singular matrix has a non-zero determinant — but not every non-zero matrix is non-singular.
     
  • A matrix must have the same number of rows and columns to qualify as non-singular.
     
  • A non-singular matrix always has an inverse.
Professor Greenline from BrightChamps

Symmetric Matrices

A symmetric matrix is a square matrix where elements are mirrored across the main diagonal — in other words, the entry in row i, column j is equal to the entry in row j, column i.

 

Properties of Symmetric Matrices

 

  • A symmetric matrix can be diagonalized using an orthogonal transformation.
     
  • It has real eigenvalues.
     
  • When two symmetric matrices are added or subtracted, the result is also a symmetric matrix.
Professor Greenline from BrightChamps

Skew Symmetric Matrices

It is a square matrix where the transpose is equal to the negative of the original matrix.

It is represented as A=[aij].

 

Properties of Skew-Symmetric Matrix

 

  • In a skew-symmetric matrix, the sum of the diagonal elements is zero.
     
  • When a real skew-symmetric matrix is added to the identity matrix, the result will be non-singular.
     
  • When a skew-symmetric matrix is squared, the result will be symmetric.
Professor Greenline from BrightChamps

Hermitian Matrix

It is a square matrix made up of complex numbers, where the matrix is equal to its own conjugate transpose. 

It is represented as A=A*.

 

Properties of Hermitian Matrix

 

  • Every Hermitian matrix is a normal matrix.
     
  • The sum of two Hermitian matrices is also Hermitian.
     
  • If a Hermitian matrix is non-singular, its inverse is also Hermitian.
Professor Greenline from BrightChamps

Skew Hermitian Matrix

It is a square matrix with complex entries, where the conjugate transpose is equal to the negative of the original matrix.

It is represented as A* = −A.

 

Properties of Skew Hermitian Matrix

 

  • A skew Hermitian matrix can be diagonalized.
     
  • Its eigenvalues are always purely imaginary or zero.
     
  • When a skew Hermitian matrix is multiplied by a scalar, then the result will be skew Hermitian.
Professor Greenline from BrightChamps

Orthogonal Matrix

An orthogonal matrix is a square matrix with real entries whose rows and columns are orthonormal vectors.
It is represented as AAᵀ =I=AᵀA.

 

Properties of Orthogonal Matrix

 

  • The inverse of an orthogonal matrix is equal to its transpose.
     
  • Multiplying any vector by an orthogonal matrix does not change the vector’s length or the angle between vectors.
     
  • Its eigenvalues are either +1 or -1 and eigenvectors are orthogonal.
Professor Greenline from BrightChamps

Idempotent Matrix

A square matrix that yields the same matrix when multiplied by itself is called an idempotent matrix.

It is represented as A2=A.

 

Properties of Idempotent Matrix

 

  • An idempotent matrix is always a square matrix.
     
  • It has the same number of rows and columns, making it a square matrix.
     
  • If the determinant of an idempotent matrix is zero, it is typically singular.
Professor Greenline from BrightChamps

Involutory Matrix

An involutory matrix is a square matrix that gives the identity matrix when multiplied by itself.
It is represented as A2 =I,A-1=A.

 

Properties of Involutory Matrix

 

  • When a block diagonal matrix is created using an involutory matrix, the result will also be involutory.
     
  • The eigenvalues of an involutory matrix are always either +1 or -1.
     
  • The determinant of an involutory matrix is always +1 or -1.
Professor Greenline from BrightChamps

Nilpotent Matrix

A square matrix that yields a zero matrix for a positive integer power is called a nilpotent matrix.

It is represented as Ap =0.

 

Properties of Nilpotent Matrix

 

  • The only diagonalizable nilpotent matrix is the zero matrix.
     
  • A triangular matrix is said to be nilpotent if its principal diagonal contains all zeros.
     
  • A nilpotent matrix is singular, since its determinant is always equal to zero.
Max Pointing Out Common Math Mistakes

Common Mistakes and How to Avoid Them in Types of Matrices

Students can get confused with the different types of matrices, which could lead to mistakes. Knowing some of these mistakes beforehand will help us avoid similar mistakes while dealing with different kinds of matrices.

Mistake 1

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Assuming different types of matrices can be added or subtracted

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Always remember that only matrices of the same order can be added or subtracted.

Example:

Let’s consider two matrices, A and B. If , \(\begin{bmatrix} 1 & 5 \\ 2 & 4 \end{bmatrix}\)and B = [8  9  7], they cannot be added because they are not of the same size. Before trying to add or subtract two matrices, ensure they both have the same number of rows and columns.

 

Mistake 2

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Trying to multiply when sizes don’t match

They might think that differently sized matrices can be multiplied.

 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Always know that the rows of the second must match the columns of the first to multiply.
Example:

Since matrix A is 2 × 2, A = [1,4,3,4] and matrix B is 1 × 2,

B = [8, 6], they cannot be multiplied since A’s columns and B’s rows do not match

This can’t be multiplied.

 

Mistake 3

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Thinking AB = BA

They might think that A × B and B × A are the same.

 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Remember, matrix multiplication is usually not commutative.

Example:

A = [8,0,0,8]

B = [5,4,4,2]

 

Mistake 4

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Multiplying elements directly

Some students mistakenly think that they can multiply corresponding elements of two matrices to get the product.

 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Matrix multiplication does not work element by element. We must use the dot product rule — multiply rows of the first matrix with columns of the second and then add the results. 

Example:

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

\(B = \begin{bmatrix} 5 & 7 \\ 9 & 1 \end{bmatrix}\)

A and B can be multiplied. But we don’t multiply like this: 

(2 5, 2 7, 3 9, 5 1)

That’s incorrect. Instead, we use the dot product for each entry in the resulting matrix.

 

Mistake 5

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Using the wrong identity matrix

Some students might think that any matrix can be multiplied by the identity matrix, regardless of its size.

 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Always remember, the identity matrix must match the order of the matrix being multiplied.

Example:

A 2 × 2 matrix can’t be multiplied by a 3 × 3 matrix.

 

arrow-right
arrow-right
Professor Greenline from BrightChamps

Real World Applications of Types of Matrices

Matrices have wide applications in various fields. Here, we will discuss some of those real-life applications.

  1. Computer Graphics

Matrices help make simulations, video games, and animations in computer graphics look more realistic and lifelike.

 

  1. Engineering and Physics

Complex problems, such as determining how forces act on a bridge, how electricity flows through circuits, or how heat moves through materials, can be solved with the help of matrices.

 

  1. Cryptography

They contribute to the security of information. When you send secure messages or do online banking, matrices help encrypt data for security reasons.

 

  1. Data Science and Machine Learning

Matrices help process large amounts of data efficiently. They also play a key role in computer decision-making within AI models like neural networks.

 

  1. Computer Vision

Images are stored as number grids, just like matrices. Computers use these grids to sharpen pictures, recognize faces, and even help doctors spot health problems in medical scans.

 

Max from BrightChamps Saying "Hey"
Hey!

Solved Examples on Types of Matrices

Ray, the Character from BrightChamps Explaining Math Concepts
Max, the Girl Character from BrightChamps

Problem 1

A=[43​51​],B=[23​2−1​] Calculate A + B

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

\(A + B = \begin{bmatrix} 6 & 7 \\ 6 & 0 \end{bmatrix}\)

Explanation

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

\(A + B = \begin{bmatrix} 4+2 & 5+2 \\ 3+3 & 1+(-1) \end{bmatrix}\)

\(A + B = \begin{bmatrix} 6 & 7 \\ 6 & 0 \end{bmatrix}\)

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 2

A = \begin{bmatrix} 2 & 2 \\ 0 & -1 \end{bmatrix} Find the inverse of a matrix.

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

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

Explanation

\(\text{Let } A = \begin{bmatrix} a & b \\ c & d \end{bmatrix}\)

The inverse of A is: \(A^{-1} = \frac{1}{ad - bc} \begin{bmatrix} d & -b \\ -c & a \end{bmatrix}\)

Here Let us know the values 

a = 2

b = 0

c = 2 

d = -1

\(\text{Det}(A) = ad - bc = (2)(-1) - (2)(0) = -2\)

 

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 3

Prove that the product of the matrices and the identity matrix of order 3 × 3 is the matrix itself. A = \begin{bmatrix} 2 & 3 & -2 \\ 5 & 1 & 0 \\ -4 & 0 & 2 \end{bmatrix}

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

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

Explanation

\(I = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{bmatrix}\) It is the identity matrix

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

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

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 4

A = \begin{bmatrix} 2 & 5 \\ 1 & 0 \end{bmatrix} Find the determinant of the following.

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

Determinant of A = -5

 

Explanation

Det (A) = ad − bc

Now let us know the values,

  • a = 2
  • b = 5
  • c = 1
  • d = 0

Let us solve,

Det (A) = (2 × 0) − (5 × 1) 

            = 0 − 5

            = − 5

 

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 5

A = \begin{bmatrix} 1 & 5 \\ 1 & -2 \end{bmatrix} Determine the matrix’s transpose.

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

\(A^{T} = \begin{bmatrix} 1 & 1 \\ 5 & -2 \end{bmatrix}\)

Explanation

To find the transpose of a matrix, swap its rows with columns.

(i, j) becomes (j, i).

 

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Ray Thinking Deeply About Math Problems

FAQs on Types of Matrices

1.What is a matrix?

A grid of numbers with rows and columns is called a matrix.

 

Math FAQ Answers Dropdown Arrow

2.What is the order of the matrix?

The order of the matrix refers to its dimensions, i.e., rows and columns.

Math FAQ Answers Dropdown Arrow

3.What is a square matrix?

A matrix having equal number of rows and columns is a square matrix.

Math FAQ Answers Dropdown Arrow

4.What is an Identity matrix?

A square matrix in which all the elements of the principal diagonals are 1 and all other elements are 0.

 

Math FAQ Answers Dropdown Arrow

5.How many kinds of matrices are there?

There are over 15 different kinds of matrices.

 

Math FAQ Answers Dropdown Arrow
Math Teacher Background Image
Math Teacher Image

Jaskaran Singh Saluja

About the Author

Jaskaran Singh Saluja is a math wizard with nearly three years of experience as a math teacher. His expertise is in algebra, so he can make algebra classes interesting by turning tricky equations into simple puzzles.

Max, the Girl Character from BrightChamps

Fun Fact

: He loves to play the quiz with kids through algebra to make kids love it.

INDONESIA - Axa Tower 45th floor, JL prof. Dr Satrio Kav. 18, Kel. Karet Kuningan, Kec. Setiabudi, Kota Adm. Jakarta Selatan, Prov. DKI Jakarta
INDIA - H.No. 8-2-699/1, SyNo. 346, Rd No. 12, Banjara Hills, Hyderabad, Telangana - 500034
SINGAPORE - 60 Paya Lebar Road #05-16, Paya Lebar Square, Singapore (409051)
USA - 251, Little Falls Drive, Wilmington, Delaware 19808
VIETNAM (Office 1) - Hung Vuong Building, 670 Ba Thang Hai, ward 14, district 10, Ho Chi Minh City
VIETNAM (Office 2) - 143 Nguyễn Thị Thập, Khu đô thị Him Lam, Quận 7, Thành phố Hồ Chí Minh 700000, Vietnam
UAE - BrightChamps, 8W building 5th Floor, DAFZ, Dubai, United Arab Emirates
UK - Ground floor, Redwood House, Brotherswood Court, Almondsbury Business Park, Bristol, BS32 4QW, United Kingdom