Linear Transformations

Linear transformations are essentially functions that exist between a pair of vector spaces, maintaining the operations of scalar multiplication and vector addition. These transformations play a critical role in the realm of linear algebra, frequently symbolizing geometric transformations such as rotations, reflections, or scaling. These are particularly relevant in fields like computer graphics, physics, and engineering.

Proving a Transformation is Linear

Let T:R2R2 be a linear transformation such that T(x,y)=(3x+4y,2x+3y). Prove that T is a linear transformation.

Finding the Kernel of a Transformation

Let T:R3R3 be a linear transformation defined by T(x,y,z)=(2x+y3z,xy+z,3x+2y4z). Find the kernel of T.

Projecting Using a Transformation

Given a vector v=[2,3] and a transformation matrix T=[[1,0],[0,1]], what is the projection of v using the transformation matrix T?

Finding the Pre-Image

Given the linear transformation T:R2R2 defined by T(x,y)=(2x+y,x+3y). Find the pre-image of the point (5, 11) under the transformation T.