PX153 - K11 - matrix operation on vectors

the representation Ax=b describes a mapping of the vector space, x, to the vector space, b, by the matrix, A

examples of mapping

rotation in 2D

x^=[10][cosθsinθ],y^=[01][sinθcosθ]r=x[cosθsinθ]+y[sinθcosθ]=[cosθsinθsinθcosθ][xy]

rotation in 3D about z-axis (anti-clockwise)

r=R(θz)r=[cosθzsinθz0sinθzcosθz0001]r=[xcosθzysinθzxsinθz+ycosθzz]

rotation about y-axis in 3D (anti-clockwise)

r=R(θy)r=[cosθy0sinθy010sinθy0cosθy]r

rotation about x-axis in 3D (anti-clockwise)

r=R(θx)r=[1000cosθxsinθx0sinθxcosθy]r

stretching/shrinking of vectors

r=[xy]=[α00α][xy]=[αxαy]

- detA=α2

inversion

[xy]=[1001][xy]=[xy]

- detA=1