Matrix Algebra and Matrix Multiplication

From Department of Mathematics at UTSA
Revision as of 11:23, 17 September 2021 by Lila (talk | contribs) (Created page with "==Matrix Operations== ===Adding and subtracting matrices=== In order to add or subtract two matrices, they must be of the same dimension; that is, the two matrices must have t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Matrix Operations

Adding and subtracting matrices

In order to add or subtract two matrices, they must be of the same dimension; that is, the two matrices must have the same number of rows and the same number of columns. To add two matrices together, we simply need to add every entry in one matrix to the entry in the same row and same column in the other matrix. For example:

Multiplying matrices by scalars

Multiplying matrices

Resources