|
|
Revision:MatricesTSR Wiki > Study Help > Subjects and Revision > Revision Notes > Mathematics > Matrices Matrices are tables of numbers. The numbers are put inside big brackets. Matrices are given 'orders', which basically describe the size of the matrices. The order is the number of rows 'by' the number of columns. So a 2 by 3 matrix has 2 rows and 3 columns.
Adding and SubtractingAdding and subtracting matrices is fairly straight-forward. Adding and subtracting of matrices, however, can only occur if the matrices have the same order. For example: is defined as, and equal to: MultiplyingMatrix multiplication is non-commutative. This means that for matrices A, B: ie. it matters which way around you multiply. This should be obvious enough from the method, as should the other rule - which is that the second matrix must have as many rows as the first has columns. The method is as follows, for a 2x2 matrix, the top left term in the first matrix is multiplied by the top left of the second, and added to the top right of the first multiplied by the bottom left term in the second to give the top left term in resultant matrix. This pattern of 'along the first; down the second' is followed for all terms until a complete result matrix, C, is achieved - and works for any order of matrix. So, for example: Dividing, Inversion, and DeterminantConventional division does not work with matrices, just like multiplication's also a bit different. It's still logical though, once some thought is applied: So say we have a question, for matrices A,B,X - find X where AX = B. Of course what we want to do is to divide B by A, that's basic algebra that you've been doing since Y6 SATs. However there is of course a twist. We can't just divide each term (just like we couldn't multiply each term), so how do we divide two things, with only additive and multiplicative rules? Well, we can multiply each side* by what we want to divide raised to the power -1! (*The other side, A, when multiplied by A^-1 gives the Identity matrix I which by definition leaves just X when multiplied by it - just like the multiplicative identity of conventional number system 1 doesn't alter any number when multiplied) This is known as inverting the matrix, and written A^-1. The inverse is found by multiplying the matrix (with the leading diagonal numbers swapped, and non-leading diagonals changed to the negative of themselves), by 1/determinant. Where the determinant is the product of numbers in leading diagonal minus the product of the others. ie: TransposingTransposing matrices, written An example may well be more clear: CommentsThis article does not currently say much about anything. Added example to multiplication, added basis for transposing, inverses, and division - work still needs to be done. //FO12DY |