Adding and Subtracting Matrices
Learning Outcomes
Use matrices to solve real-world problems (e.g., soccer team statistics).
Definition and Basics of Matrices
Matrix: A rectangular array of numbers defined by rows and columns.
Row: A horizontal set of entries.
Column: A vertical set of entries.
Element/Entry: A single number within the matrix.
Matrix Notation
Matrices are typically enclosed in square brackets
[ ]orparentheses
( ).Often denoted with capital letters (A, B, C, …).
Dimensions of a Matrix
Defined as m x n, where:
m = number of rows
n = number of columns
Example: A matrix with dimensions 3 x 3 has 3 rows and 3 columns.
Understanding Matrix Entries
Each entry is identified by its position, typically written as , where:
i = row number
j = column number
Pronunciation of subscripts:
Example: is pronounced "a one three."
Types of Matrices
Square Matrix: Dimensions are n x n (equal rows and columns).
Row Matrix: A matrix with only one row (1 x n).
Column Matrix: A matrix with only one column (m x 1).
Matrix Operations
Addition of Matrices
Can only be performed when two matrices are of the same dimensions (e.g., 3 x 3 + 3 x 3).
When adding matrices A and B:
Commutative Property:
Associative Property:
Example of Addition
Given:
Solution:
Similar to addition, can only be performed on matrices of the same dimensions.
When subtracting matrices A and B:
Example of Subtraction
Given:
Solution:
Tip for Success
Handle negative numbers carefully during matrix subtraction to ensure accuracy.
Always remember: Row comes first, then column when locating entries.