|
|
Revision:Matrices (Edexcel FP3)
From The Student RoomTSR Wiki > Study Help > Subjects and Revision > Revision Notes > Mathematics > Matrices Matrices are arrays of numbers, for example
TerminologyOrderThe order of a matrix denotes its size, i.e. how many rows and columns it contains. A matrix of order a×b has a rows and b columns. For instance:
ElementsEach number in a particular row and column in a matrix is called an element. For example in the matrix Square matricesA square matrix is one where the two components of its order are equal - there are the same number of rows as columns. For instance:
TransposeThe transpose of a matrix is formed by taking all the elements is the first column of the matrix and rewriting them as the first row of the transpose, second column to second row and so on. Vice versa also applies so that columns may be transposed to rows or rows to columns with the same result. For a matrix
Addition and subtractionAny two matrices of the same order may be added or subtracted to/from each other. This is done by adding/subtracting the corresponding elements in each matrix. For example:
MultiplicationYou can multiply two matrices which fit the condition that the first matrix has the same number of columns as the second has rows. Matrix multiplication is done by finding the sum of the products of the corresponding elements within the row of the first matrix and the column of the second that correspond to the row and column of the element being found. For instance to find the element in the first row and first column of the resulting matrix of a matrix multiplication, the first element in the first row of the first matrix is multiplied by the first element in the first column of the second matrix, and then this is added to the second element in the first row of the first matrix multiplied by the second element in the first column of the second matrix, and so on until the end of the row/column is reached. This process is repeated for each element. For example:
Note that for two matrices Identity MatrixAn identity matrix is a square matrix whereby each of the elements in the leading diagonal (top left to bottom right) are ones and all others elements are zeroes. It is denoted
In general identity matrices have the special property, that for a matrix Inverse of a MatrixFor two square matrices
This is written
Finding the inverse of a 2×2 matrixFor a matrix First the determinant of
Then the elements of
Then the inverse is found by dividing the rearranged matrix by the determinant (a scalar constant):
In the case where Finding the inverse of a 3×3 matrixIf you take
and then let
then
and finally
where
As above, if (and only if) det M = 0, the matrix is singular and has no inverse.
Comments |











.
is a matrix of order 3×2
, the elements of the matrix are 8, 11, -1 and 23.
and
are square matrices of order 2×2 and 3×3 respectively.
the transpose is denoted
. For example:
, generally
, i.e. matrix multiplication is normally non-commutative.
. For instance the 2×2 identity matrix is:
.
,
and
.
, there is no inverse and so the matrix is called singular.
etc. (the cofactors)
(the adjoint)





