Line 1: Line 1:
 +
=Introduction to Linear Transformations=
 
A linear transformation T (on a vector <math>\overrightarrow{v}</math>) is a transformation that can be represented as a matrix A times <math>\overrightarrow{v}</math>.
 
A linear transformation T (on a vector <math>\overrightarrow{v}</math>) is a transformation that can be represented as a matrix A times <math>\overrightarrow{v}</math>.
  
Line 24: Line 25:
 
Thus, T(v)=Av. One can check this using matrix multiplication. T(v)=Av=A*(x,y)=(1*x+2*y, 3*x+4*y).
 
Thus, T(v)=Av. One can check this using matrix multiplication. T(v)=Av=A*(x,y)=(1*x+2*y, 3*x+4*y).
 
----
 
----
[[MA351|Back to MA351:"Elementary Linear Algebra"]]
+
[[Linear_Algebra_Resource|Back to Linear Algebra Resource]]
 +
 
 +
[[MA351|Back to MA351]]
  
 
[[Category:MA351]]
 
[[Category:MA351]]

Latest revision as of 05:51, 18 August 2010

Introduction to Linear Transformations

A linear transformation T (on a vector $ \overrightarrow{v} $) is a transformation that can be represented as a matrix A times $ \overrightarrow{v} $.

The linear transformation can be thought of as using the matrix A to output some other vector when $ \overrightarrow{v} $ is put in, by simply using matrix multiplication to produce the output, $ A\overrightarrow{v} $.

One can think of T as a linear transformation, because it satisfies the following two equalities:

  • $ T(\overrightarrow{v}+\overrightarrow{w})=T(\overrightarrow{v})+T(\overrightarrow{w}) $ for vectors v and w.
  • $ T(k\overrightarrow{v})=k*T(\overrightarrow{v}) $ for any vector v and scalar k.

In other words, you can add vectors, then take the transformation, or take the transformations separately and add them together at the end. Similarly, you can multiply by a constant and then take the transformation, or take the transformation, and then multiply by a constant.

In fact, any transformation that satisfies these two properties is a linear transformation.

Identifying linear transformations with matrices

Because each linear transformation has an associated matrix, when you talk about properties of a linear transformation, you can think about similar properties of the associated matrix. Technically a matrix and a linear transformation have different meanings, but since the matrix is what defines the linear transformation, they can be thought of in a similar way.

For example, the function T that takes (x,y) to (x+2y, 3x+4y) is a linear transformation. It can be associated with the matrix A:

$ \begin{bmatrix} 1 & 2\\ 3 & 4\end{bmatrix} $

Thus, T(v)=Av. One can check this using matrix multiplication. T(v)=Av=A*(x,y)=(1*x+2*y, 3*x+4*y).


Back to Linear Algebra Resource

Back to MA351

Alumni Liaison

Basic linear algebra uncovers and clarifies very important geometry and algebra.

Dr. Paul Garrett