Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Cartesian coordinate system
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Affine transformation=== [[File:2D_affine_transformation_matrix.svg|thumb|Effect of applying various 2D affine transformation matrices on a unit square (reflections are special cases of scaling)]] [[Affine transformation]]s of the [[Euclidean plane]] are transformations that map lines to lines, but may change distances and angles. As said in the preceding section, they can be represented with augmented matrices: <math display=block>\begin{pmatrix} A_{1,1} & A_{2,1} & b_{1} \\ A_{1,2} & A_{2,2} & b_{2} \\ 0 & 0 & 1 \end{pmatrix} \begin{pmatrix} x \\ y \\ 1 \end{pmatrix} = \begin{pmatrix} x' \\ y' \\ 1 \end{pmatrix}.</math> The Euclidean transformations are the affine transformations such that the 2Γ2 matrix of the <math>A_{i,j}</math> is [[orthogonal matrix|orthogonal]]. The augmented matrix that represents the [[function composition|composition]] of two affine transformations is obtained by multiplying their augmented matrices. Some affine transformations that are not Euclidean transformations have received specific names. ====Scaling==== An example of an affine transformation which is not Euclidean is given by scaling. To make a figure larger or smaller is equivalent to multiplying the Cartesian coordinates of every point by the same positive number ''m''. If {{nowrap|(''x'', ''y'')}} are the coordinates of a point on the original figure, the corresponding point on the scaled figure has coordinates <math display=block>(x',y') = (m x, m y).</math> If ''m'' is greater than 1, the figure becomes larger; if ''m'' is between 0 and 1, it becomes smaller. ====Shearing==== A [[shear mapping|shearing transformation]] will push the top of a square sideways to form a [[parallelogram]]. Horizontal shearing is defined by: <math display=block>(x',y') = (x+y s, y)</math> Shearing can also be applied vertically: <math display=block>(x',y') = (x, x s+y)</math>
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)