Matrices Flashcards
The order of a matrix is given as …
n x m
Number of rows x Number of columns
What is a square matrix?
A square matrix is a matrix with the same number of rows as columns. i.e. 2x2, 3x3, etc.
How does one add/subtract matrices?
- To add or subtract matrices they must be of the same order. i.e. 2x2 add/subtract 2x2.
- Simply add or subtract corresponding elements.
How does one multiply a matrix by a scalar?
To multiply a matrix by a scalar simply multiply each element of the matrix by the scalar/number.
How does one multiply matrices together?
- In order to multiply two matrices together the order must correspond as follows:A X B = C
(nxm) (mxk) (nxk)
The number of columns of the first matrix and number of rows of the second matrix (based on order of multiplication) must match for the matrices to be multiplied together.
The order of the resulting matrix can be determined from the outside values of the original matrices.
Matrix multiplication is …
Not commutative. i.e AB does not equal BA.
Unless the question tells you otherwise
What is the identity matrix?
- It’s always square, i.e. 2x2 or 3x3 etc.
- (1. 0.) (1. 0. 0.)
(0. 1.) (0. 1. 0.) etc.
(0. 0. 1.)
What effect does the identity matrix have on a matrix when they are multiplied together?
No effect.
IxA = AxI = A
What is the zero matrix?
Also known as the null matrix.
Effectively a matrix where all elements are zero, regardless of whether it is a square matrix or not.
Name four transformations.
Rotation
Reflection
Enlargement
Translation
What is a transformation?
A transformation moves all the points (x,y) in a plane, according to some rule.
What is the name of the new point to which (x) has moved?
(y)
The image of (x), i.e. (x’)
(y) (y’)
What is a linear transformation?
A linear transformation has the special properties:
- The transformation only involves linear expressions of x and y. i.e kx or ky or kx +ky. It does not contain any x2 or y2 or xy.
- The origin (0,0) is not moved by the transformation.
Linear transformations can be expressed as a pair of simultaneous equations in the form:
x' = ax + cy y' = bx + dy
How can you determine whether a transformation is linear or not?
Two steps:
- Look to see if it contains any x2 or y2 or xy values.
- Judge its effect on the origin (0,0), the origin should not move.