Mathwords logoReference LibraryMathwords

Matrix Multiplication

Matrix Multiplication

Matrices are multiplied by the system shown below. Matrices may not be multiplied unless their dimensions are compatible. Note: When an a × b matrix is multiplied times a b × c matrix, the product has dimensions a × c.

 

Example: [1 2; 3 4] × [5 6 7; 8 9 10] = [21 24 27; 47 54 61], showing step-by-step matrix multiplication calculations.