Posts tagged transformations
How to rotate figures in coordinate space around a given rotation point

In this lesson we’ll look at how the rotation of a figure in a coordinate plane determines where it’s located. A rotation is a type of transformation that moves a figure around a central rotation point, called the point of rotation. The point of rotation can be inside or outside of the figure.

Read More
Inverses of linear transformations

Previously we talked about a transformation as a mapping, something that maps one vector to another. So if a transformation maps vectors from the subset A to the subset B, such that if ‘a’ is a vector in A, the transformation will map it to a vector ‘b’ in B, then we can write that transformation as T: A—> B, or as T(a)=b.

Read More
Jacobian in three variables to change variables

Given a region defined in uvw-space, we can use a Jacobian transformation to redefine it in xyz-space, or vice versa. We’ll use a 3x3 determinant formula to calculate the Jacobian.

Read More
Using translation vectors to transform figures

Translation vectors translate figures in two-dimensional space, from one location to another. The initial point and terminal point of the translation vector are irrelevant. What matters is the length of the vector and the direction in which it points.

Read More