Difference between revisions of "FP1 Matrices"
| Line 2: | Line 2: | ||
== Objectives == | == Objectives == | ||
<onlyinclude> | <onlyinclude> | ||
| + | *Can find the dimension of a matrix | ||
| + | *Can add and subtract matrices of the same dimension | ||
| + | *Can multiply a matrix by a scalar | ||
| + | *Can multiply matrices together | ||
| + | *Can use matrices to describe linear transformations, rotations, reflections and enlargements | ||
| + | *Understands matrix product and can use this to describe combinations of transformations | ||
| + | *Can find the inverse of a 2x2 matrix and use inverse matrices to reverse the effect of a linear transformation | ||
| + | *Can find the determinant of a matrix and sue this to determine area scale factors | ||
| + | *Can use matrices to solve linear simultaneous equations | ||
</onlyinclude> | </onlyinclude> | ||
== Preparation == | == Preparation == | ||
Revision as of 22:22, 3 September 2013
Part of FP1
Contents
Objectives
- Can find the dimension of a matrix
- Can add and subtract matrices of the same dimension
- Can multiply a matrix by a scalar
- Can multiply matrices together
- Can use matrices to describe linear transformations, rotations, reflections and enlargements
- Understands matrix product and can use this to describe combinations of transformations
- Can find the inverse of a 2x2 matrix and use inverse matrices to reverse the effect of a linear transformation
- Can find the determinant of a matrix and sue this to determine area scale factors
- Can use matrices to solve linear simultaneous equations