BackStudy Guide: Matrices and Basic Operations in College Algebra
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
Systems of Linear Equations and Matrices
Introduction to Matrices
Matrices are rectangular arrays of numbers arranged in rows and columns. They are fundamental tools in algebra for representing and solving systems of linear equations, as well as for applications in business, economics, and sciences.
Matrix: An array of numbers with m rows and n columns, denoted as an m × n matrix.
Element: Each number in a matrix is called an element.
Notation: Matrices are usually denoted by uppercase letters (e.g., A, B, C).
Matrix Addition and Subtraction
Matrix addition and subtraction are defined only for matrices of the same size. The operations are performed element-wise.
Addition: The sum of two matrices A and B (both m × n) is a matrix whose elements are the sums of corresponding elements: .
Subtraction: The difference of two matrices A and B (both m × n) is a matrix whose elements are the differences of corresponding elements: .
Equality: Two matrices are equal if they have the same size and all corresponding elements are equal.
Undefined Operations: Addition or subtraction is not defined for matrices of different sizes.
Example: If and , then .


Properties of Matrix Addition
Matrix addition has several important properties when matrices are of the same size:
Commutative Property:
Associative Property:
Zero Matrix: The zero matrix (all elements are zero) acts as the additive identity:
Zero Matrix
A zero matrix is a matrix in which every element is zero. It is denoted as 0 and can be of any size.
Notation: denotes a zero matrix of size m × n.
Example: is a 2 × 2 zero matrix.
Negative of a Matrix
The negative of a matrix M, denoted as -M, is formed by taking the negative of each element in M.
Definition: If , then .
Property:
Matrix Subtraction
Matrix subtraction is defined as adding the negative of one matrix to another.
Formula:
Example: If and , then .
Multiplication of a Matrix by a Scalar
Multiplying a matrix by a scalar (real number) means multiplying every element of the matrix by that number.
Definition: If is a scalar and , then .
Example:
Applications: Sales Commissions
Matrices can be used to represent and analyze business data, such as sales figures and commissions.
Combined Sales: Add matrices representing sales for different months to find total sales.
Increase in Sales: Subtract matrices to find the increase or decrease in sales.
Commission Calculation: Multiply sales matrix by commission rate to find total commissions.
Matrix Multiplication
Matrix multiplication is a fundamental operation used to combine matrices. It is not performed element-wise, but rather by taking the dot product of rows and columns.
Definition: If is an matrix and is an matrix, then is an matrix.
Element Calculation: The element in the th row and th column of is .
Requirement: The number of columns in must equal the number of rows in .
Example:
Size of Matrix Product
Before multiplying matrices, check their sizes to ensure the operation is defined.
Product Size: If is and is , then is .
Undefined Product: If the number of columns in does not equal the number of rows in , the product is not defined.
Solving Matrix Equations
Matrix equations can be solved by equating corresponding elements and solving the resulting system of equations.
Example: If , solve for unknowns by setting corresponding elements equal and solving the resulting equations.
Methods: Use substitution, elimination, or matrix methods such as Gauss-Jordan elimination.
Applications: Labor Costs
Matrices are used to calculate labor costs in manufacturing by representing hours and wages as matrices and multiplying them.
Labor-Hours Matrix: Represents hours required for each task.
Wages Matrix: Represents hourly wage rates for each department or location.
Total Cost: Multiply labor-hours matrix by wages matrix to find total labor costs for each product and location.
Interpretation: Each entry in the resulting matrix represents the total labor cost for a specific product at a specific location.
Summary Table: Matrix Operations
Operation | Definition | Requirement | Example |
|---|---|---|---|
Addition | Same size | ||
Subtraction | Same size | ||
Scalar Multiplication | Any size | ||
Matrix Multiplication | Columns of A = Rows of B |