{{ 'ml-label-loading-course' | message }}
{{ toc.name }}
{{ toc.signature }}
{{ tocHeader }} {{ 'ml-btn-view-details' | message }}
{{ tocSubheader }}
{{ 'ml-toc-proceed-mlc' | message }}
{{ 'ml-toc-proceed-tbs' | message }}
Lesson
Exercises
Recommended
Tests
An error ocurred, try again later!
Chapter {{ article.chapter.number }}
{{ article.number }}. 

{{ article.displayTitle }}

{{ article.intro.summary }}
Show less Show more expand_more
{{ ability.description }} {{ ability.displayTitle }}
Lesson Settings & Tools
{{ 'ml-lesson-number-slides' | message : article.intro.bblockCount }}
{{ 'ml-lesson-number-exercises' | message : article.intro.exerciseCount }}
{{ 'ml-lesson-time-estimation' | message }}
Concept

Multiplication of Matrices

Matrices can be multiplied if the number of columns in the first matrix is the same as the number of rows in the second matrix. The resulting product will have the number of rows of the first matrix and the number of columns of the second matrix.

  • The product of an and an matrix is an matrix.
  • The element in the row and column of the product matrix is calculated using all the elements in the row of the first matrix and column of the second matrix using the following formula.
Click on the elements of the product matrix below to see the illustration of how to find the product of a and a matrix.
A trick to help remember matrix multiplication is to rearrange the position of the matrices.
It is important to keep in mind that two matrices and can be multiplied if and only if the number of columns of is the same as the number of rows of As an example, consider two matrices and whose numbers of columns and rows are different.
Matrix multiplication procedure

To multiply by each element of the first row of should be multiplied by the corresponding element of the first column of However, the element of does not have a corresponding element in because has only rows, whereas has columns. Therefore, the multiplication cannot be performed.

Loading content