Linear Algebra & Trigonometry Study Notes
LINEAR ALGEBRA & TRIGONOMETRY Notes
SYSTEM OF EQUATIONS
Problem Statement: Solve the following system of equations:
Equation 1:
Equation 2:
Equation 3:
Method: Cramer's Rule
Cramer's Rule is a mathematical theorem used to solve systems of linear equations with as many equations as unknowns, using determinants.
Definitions:
Let the system of equations be represented in matrix form as:
where:A is the coefficient matrix
X is the column matrix of variables
B is the column matrix of the constants.
MATRIX OPERATIONS
Matrix Y:
Matrix Y is represented as:
Product of Matrices
Finding the Product: To find the product of two matrices, the inner dimensions must match; if matrix A is of size and matrix B is of size , the resulting matrix will be of size .
The product can be calculated as:
MATRIX INVERSION
Problem Statement: Find the inverse of the matrix:
Inverse Matrix Definition:
The inverse of a matrix A, denoted as , is a matrix such that:
Where I is the identity matrix. Not all matrices have inverses (only non-singular matrices do). Chek the determinant to ensure it is non-zero before attempting to find the inverse.
Process to Find Inverse:
Calculate the determinant of the matrix.
If the determinant is non-zero, use the formula to find the inverse:
where adj(A) is the adjugate of A.