Definition
A matrix is an array of elements organised in rows and columns
The size of on array can be described by row
A-Level Further Core 1
Identity Matrix
The identity matrix is the matrix
It has the unique property that
Matrix Operations
Addition
To add two matrices simply add the corresponding elements
Multiplication by a Scalar
To multiply a matrix by a scalar simply multiply every individual element by the scalar
Matrix Multiplication
Matrices
To compute a matrix multiplication, take the dot product of each row of the first matrix with each column of the second matrix.
Also worded as: For
Minor
A minor of a element
Determinant
The determinant is a scalar value associated with that matrix and is the volume enclosed by the Vectors that make up the matrix. It is denoted as
2x2
The determinant of a
3x3
For a
Transpose
The transpose of a matrix is found by interchanging the rows and the columns. For example, if
Matrix Inverses
The inverse of any non-singular matrix
2x2
3x3
For a given
- Form the matrix of the minors. This is where each of the nine elements of the matrix is replaced by its minor
- Change the signs of some elements with alternating signs as shown
Solving Systems of Linear Equations
If
Linear Equation Consistency
A system of linear equations is consistent if at least one set of values that satisfy all equations simultaneously. If the matrix corresponding to a system is non-singular then the system has one solution and is consistent.
However if it is singular then either
- The system is consistent and has infinitely many solutions
- It is inconsistent with no solutions
A-Level Further Pure 2
Eigenvectors and Eigenvalues
An Eigenvector of Matrix A is a non-zero column Vector
An eigenvector is an invariant vector under the linear transform
Characteristic Equation
The solutions of
Reducing Matrices to Diagonal Form
A diagonal matrix is a square matrix such that every element except those which lie on the leading diagonal are
To diagonalize a matrix
- Find eigenvectors of A
- Form matrix
which consists of these column eigenvectors - Find
- The diagonal matrix
is given as
If
- Find normalized eigenvectors of
- Form matrix
with these vectors - Find
When diagonalizing , has the eigen values of A on the leading diagonal *(the eigenvalue in column corresponds to the eigenvector in column in )
Powers of Matrices
For any
Cayley-Hamilton Theorem
All matrices
This theorem can be used to find various variations of M such as