BrightChamps Logo
Login
Creative Math Ideas Image
Live Math Learners Count Icon127 Learners

Last updated on July 25th, 2025

Math Whiteboard Illustration

Matrix Multiplication

Professor Greenline Explaining Math Concepts

Matrix multiplication is the operation of multiplying two compatible matrices in linear algebra. Two matrices are compatible when the number of columns in the first matrix equals the number of rows in the second. In 1812, a French mathematician, Jacques Philippe Marie Binet helped formalize the use of matrices to represent linear maps. In this article, we will explore matrix multiplication and its rules in detail.

Matrix Multiplication for UAE Students
Professor Greenline from BrightChamps

What is Matrix Multiplication?

Matrix multiplication is a binary operation that produces a matrix as its result. It is not similar to arithmetic multiplication because it is not commutative, which means the order of matrices matters. For instance, multiplying matrix A by matrix B (AB) does not give the same result as BA (AB ≠ BA).  
Two matrices are considered compatible when the number of columns in the first matrix is equal to the number of rows in the second. If matrix A has dimensions m × n and matrix B  has dimensions n × p, then they can be multiplied. If we multiply matrix A and matrix B, the result is matrix C of the order m × p. Take a look at the given image to gain a clearer understanding of the concept.
 

Professor Greenline from BrightChamps

Properties of Matrix Multiplication

Matrix multiplication is different from arithmetic multiplication, so the former follows certain rules and properties in linear algebra. Here are the key properties of matrix multiplication:

 

Non-commutative: If we multiply two matrices A and B, the order matters, which means AB is not equal to BA.    
                         AB ≠ BA
 

 

Distributivity: The multiplication of matrices is distributive, and all the matrices in the multiplication are compatible.           
            A (B + C) = AB + AC 

 

 

Product with scalar: If c is a scalar (any number) and the product AB is defined, then:
      c (AB) = (cA) B = A(cB)
This property states that multiplying a scalar with either matrix, before or after multiplication, without changing the result.

 

 

Transpose: According to this property, 
                         (AB)T = BT AT 
             Here, T is the transpose. Hence, the transpose of the product of matrix A and matrix B is equal to the product of their transposes in reverse order. 

 

 

Complex conjugate: If the matrices have complex numbers, the conjugate of their product equals the product of their conjugates in reverse order.
        (AB)* = B*A*

 

 

Associativity: If we multiply three matrices A, B, and C, the grouping of the matrices does not affect the final result.       
  (AB)C = A(BC) 

Hence, the matrix multiplication is associative. 

 

 

Determinant: The product of the determinants is equal to the determinant of a product. 
       det (AB) = det A * det B
 

Professor Greenline from BrightChamps

How to Multiply Matrices?

Matrix multiplication is the process of multiplying each element in a row of matrix A by each element in the corresponding column of matrix B, then adding the results to obtain the new matrix. We must follow several steps in order to multiply matrices:

 

 

Step 1: Before multiplying two matrices,check whether the number of rows in the second matrix equals the number of columns in the first matrix. 

 

 

Step 2: To begin, multiply the first element in the row of the matrix A with the corresponding element in the column of the matrix B. Next, continue the multiplication of matching elements and then add all these products together.  

 

 

Step 3: Write the added products in the correct positions of the new matrix. 

To understand the steps, let us look at an example.  
Multiply the given matrices. 

Matrix A: 


(Matrix A = 3 × 2)

Matrix B: 

(Matrix B = 2 × 1)

In this instance, the number of columns in matrix A and the number of rows in matrix B are equal. Therefore, the product matrix is a 3 × 1 matrix with 3 rows and 1 column. 
Now, multiply the given matrices: 

     
Next, we can write the results in the respective positions of the new matrix. 
AB = 

    
Therefore, the product matrix is:

Professor Greenline from BrightChamps

What are the Rules for Matrix Multiplication?

When doing matrix multiplication, it is important to follow several rules. The compatibility of the two matrices is the primary requirement. It indicates the number of columns in the first matrix and the number of rows in the second matrix must be equal. 
If the order of the matrix A = m × n 
The order of the matrix B = n × p 
The order of product matrix = m × p 

For instance, if matrix A = 2 × 4 and matrix B = 4 × 2, the product is 2 × 2.

Professor Greenline from BrightChamps

2 × 2 Matrix Multiplication Formula

The process of multiplying 2 × 2 matrices follows the same principle as multiplying matrices of any order. Each element in a row of matrix A is multiplied by the corresponding element in a column of matrix B, and the results are summed. 

For example, matrix A =
 

Matrix B = 


Now, we can multiply element by element: 

The product (AB) is: 

Professor Greenline from BrightChamps

3x3 Matrix Multiplication Formula

The matrix multiplication formula can be used to multiply two compatible 3 × 3 matrices. A 3 × 3 matrix will also be the result of this multiplication. The equation is: 
 

For example, let us multiply two 3 × 3 matrices. 

Matrix A = 


Matrix B = 

Now, let us start the multiplication. 


Therefore, the product matrix is: 
AB = 

Professor Greenline from BrightChamps

Real-life Applications of Matrix Multiplication

In technology, science, and mathematics, matrix multiplication plays an important role which helps to solve complex problems. Here are some real-life applications of matrix multiplication: 

 

 

  • In computer design and animation, the developers use matrix multiplication to rotate, scale, or convert 2D and 3D objects in video games. For example, to change the angle of a character’s feet in a video game, matrix multiplication is useful. 

 

  • In engineering and physics, professionals use the multiplication of matrices to solve complex equations of systems and to simulate physical systems. For instance, engineers use matrix multiplication to model electrical circuits and predict current flow and voltage distribution. 

 

  • In sound processing and audio editing fields, sound engineers use matrix multiplication to compress audio files and to reduce the noise in audio. For example, professionals use this multiplication to adjust the pitch of various audio files which ensures high quality. 
     
Max Pointing Out Common Math Mistakes

Common Mistakes and How to Avoid Them in Matrix Multiplication

Matrix multiplication is a fundamental binary operation in linear algebra, and learning the rules of this process can be tricky to apply. However, students often make some mistakes when they work on the multiplication of matrices, which leads them to incorrect product matrices. Here are some common errors and their helpful solutions to prevent them. 
 

Mistake 1

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

 Forgetting to Ensure the Compatibility 
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Always remember to check the compatibility of given matrices in order to avoid incorrect answers. Verify that the number of columns in matrix A and the number of rows in matrix B are equal. 
For instance, matrix A =
    

Matrix B = 

Here, the number of columns of A = 2 
Number of rows of B = 2 
Hence, we can multiply A × B, since their dimensions match. 
 

Mistake 2

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

 Incorrect Multiplication of Rows and Columns 
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Sometimes, students mistakenly multiply an entire row with another row which leads them to the wrong product matrix. In order to multiply two matrices correctly, take a row from the first matrix and a column from the second matrix. Hence, multiply the corresponding elements one by one and add all the products. For example, matrix A = 


Matrix B = 

(1 × 3) + ( 3 × 3) = 12. This is wrong. 
(1 × 3) + ( 3 × 2) = 3 + 6 = 9. This is the correct answer. 
 

Mistake 3

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Incorrectly Adding the Products 
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Students should separately add the products of each element to get the correct answer. Sometimes, they add all the products together and end up with a single product which is incorrect in matrix multiplication. 
For instance, in a 2 × 2 matrix multiplication, we get
(1 × 3) + (2 × 4) = 3 + 8 = 11 
(2 × 1) + (4 × 3) = 2 + 12 = 14 
Some students incorrectly add 11 and 14 and write 25 as the matrix product. 
 

Mistake 4

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Thinking Matrix Multiplication is Commutative 
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Students should remember that matrix multiplication is not commutative and the order does matter (AB ≠ BA). Sometimes, they mistakenly assume that multiplying matrix A by matrix B will give the same result as multiplying B by A. Students should keep in mind that matrix multiplication is not similar to other arithmetic multiplication. 
For example, A =  


Matrix B = 


A × B = (1 × 3) + (3 × 2) = 3 + 6 = 9  
Here, the result is a 1 × 1 matrix. 
This is the correct answer. 
B × A = (3 × 1) + (3 × 3) = 3 + 9 = 12
(2 × 1) + (2 × 3) =  2 + 6 = 8 
Here, the answer is a 2 × 2 matrix. 
Hence, AB ≠ BA. 
 

Mistake 5

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Incorrectly Multiplying a Matrix by a Scalar 
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Always remember to multiply every element in the matrix by the given scalar. Sometimes, students apply the scalar only to one row or one column instead of the entire matrix. This leads to the wrong result. 
For example, 

This is the correct answer. 
 

arrow-right
Ray Thinking Deeply About Math Problems

FAQs on Matrix Multiplication

1.What do you mean by matrix multiplication?

Math FAQ Answers Dropdown Arrow

2.What is the order of the product matrix?

Math FAQ Answers Dropdown Arrow

3.When can we perform matrix multiplication?

Math FAQ Answers Dropdown Arrow

4.Is matrix multiplication commutative?

Math FAQ Answers Dropdown Arrow

5.Is it possible to multiply matrices of order 2 × 1 and 2 × 4?

Math FAQ Answers Dropdown Arrow

6.How does learning Algebra help students in United Arab Emirates make better decisions in daily life?

Math FAQ Answers Dropdown Arrow

7.How can cultural or local activities in United Arab Emirates support learning Algebra topics such as Matrix Multiplication?

Math FAQ Answers Dropdown Arrow

8.How do technology and digital tools in United Arab Emirates support learning Algebra and Matrix Multiplication?

Math FAQ Answers Dropdown Arrow

9.Does learning Algebra support future career opportunities for students in United Arab Emirates?

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
Dubai - 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