Matrix: Difference between revisions
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
[[Image:Matrix.png]] | [[Image:Matrix.png]] | ||
where m represents the number of rows and n represents the number of columns. | where ''m'' represents the number of rows and ''n'' represents the number of columns. | ||
=Matrix Multiplication= | =Matrix Multiplication= |
Revision as of 06:29, 28 December 2017
Internal
Overview
where m represents the number of rows and n represents the number of columns.
Matrix Multiplication
Two matrices can be multiplied if the number of columns of the first operand is equal with the number of rows of the second operand:
Matrix multiplication is general not commutative.