Page 1 of 1 [ 7 posts ] 

MrDiamondMind
Deinonychus
Deinonychus

User avatar

Joined: 13 Mar 2010
Age: 38
Gender: Male
Posts: 371
Location: Encapsulated within a skull; covered in sheets of skin

17 Dec 2010, 3:24 pm

I would love it if someone could explain to me what an affine transformation is. I think I know what it is, but am still greatly uncertain. I’m trying to use it as a creative metaphor for something I am writing, and I really don’t want to screw it up.
So, it would be very nice if someone could, in human laymen language, explain to this non-mathematically-minded person this concept.
Thanks a lot!



Chronos
Veteran
Veteran

User avatar

Joined: 22 Apr 2010
Age: 44
Gender: Female
Posts: 8,698

17 Dec 2010, 4:53 pm

MrDiamondMind wrote:
I would love it if someone could explain to me what an affine transformation is. I think I know what it is, but am still greatly uncertain. I’m trying to use it as a creative metaphor for something I am writing, and I really don’t want to screw it up.
So, it would be very nice if someone could, in human laymen language, explain to this non-mathematically-minded person this concept.
Thanks a lot!


An affine transformation is a transformation in which all points remain co-linear

http://mathworld.wolfram.com/AffineTransformation.html



Fuzzy
Veteran
Veteran

User avatar

Joined: 30 Mar 2006
Age: 51
Gender: Male
Posts: 5,223
Location: Alberta Canada

17 Dec 2010, 5:41 pm

The participants in water ballet exhibit affine transformations of a sort, correct? While their independent positions are different, The transformations (translate, rotate) they make follow the same rule.


_________________
davidred wrote...
I installed Ubuntu once and it completely destroyed my paying relationship with Microsoft.


ruveyn
Veteran
Veteran

User avatar

Joined: 21 Sep 2008
Age: 87
Gender: Male
Posts: 31,502
Location: New Jersey

17 Dec 2010, 6:00 pm

MrDiamondMind wrote:
I would love it if someone could explain to me what an affine transformation is. I think I know what it is, but am still greatly uncertain. I’m trying to use it as a creative metaphor for something I am writing, and I really don’t want to screw it up.
So, it would be very nice if someone could, in human laymen language, explain to this non-mathematically-minded person this concept.
Thanks a lot!


It is a linear transformation followed by a translation.

Let A be a matrix and B be a vector.

the following is an affine transformation:

Y = AX + B where Y and X are vectors.

An affine transformation (or mapping) preserves collinearity of points and preserves the ratio of distances between points on a straight line.

ruveyn



MrDiamondMind
Deinonychus
Deinonychus

User avatar

Joined: 13 Mar 2010
Age: 38
Gender: Male
Posts: 371
Location: Encapsulated within a skull; covered in sheets of skin

17 Dec 2010, 6:01 pm

Hmm, Can someone perhaps offer me an example of something that has underwent an affine transformation from it’s previous state? And what exactly happened in that transformation. Thanks.



huntedman
Velociraptor
Velociraptor

User avatar

Joined: 16 Apr 2010
Age: 37
Gender: Male
Posts: 467

18 Dec 2010, 1:14 am

The wolfram site that Chronos linked has good pictorial examples. All the following count as affine:

dilation:
Image

shear:
Image

reflection:
Image

things like rotation or translation.

The key is trying to visualize combinations of the above transformations, one after another, any combination will also be affine. Any basic shape (triangle, square, polygon) will keep the same number of sides, sides that use to be parallel have to remain parallel, yet all angles can change. Curved lines remain lines as well, yet are less obvious to visualize.



MrDiamondMind
Deinonychus
Deinonychus

User avatar

Joined: 13 Mar 2010
Age: 38
Gender: Male
Posts: 371
Location: Encapsulated within a skull; covered in sheets of skin

18 Dec 2010, 2:59 pm

Okay, thanks huntedman for the examples. The concept is not that difficult to grasp afterall. The tricky part is using this mathematically precise concept as an example for something that is currently vaguely understood (which is how I want to use it).
Also, thanks to Chronos for the link, which I was too lazy to use to find the visual examples. :P And to Fuzzy and ruveyn for their additional comments.