Linear Transformation and Matrices
This experiment helps students understand what a linear transformation is and how it is related to matrices. The experiment shows that every linear transformation can be written using a matrix and vice-versa, which makes it easier to work with. By doing this, students learn how matrices can be used to represent and apply transformations in a simple and clear way.
1. Linear transformation:
Let and be vector spaces over a field . Then a function is called a linear transformation if, for and
(i)
(ii)
1.1. Identity transformation:
Let be a vector space over a field . Then the function defined as , where , is linear and is known as identity transformation.
1.2. Zero transformation:
Let and be vector spaces over a field . Then the function defined as , where , is linear and is known as zero transformation.
1.3. Examples:
a). Let such that , where . Then is linear.
Proof:
Let and Then and
. Notice that
(i) and
(ii) and
b). Let → such that where Then is linear.
Proof:
Let and . Then and Notice that
(i) and
(ii) and
c). Let → such that where Then is linear.
Proof:
Let and . Then and Notice that
(i) and
(ii) and
1.4. Proposition:
Let be a linear transformation. Then
(i) where 0 on the L.H.S is the zero vector of and 0 on the R.H.S is the zero vector of
(ii) for all
(iii) for all
(iv) for all and
1.5. Proposition:
Let be a linear map and and be finite dimensional vector spaces over and
is a basis for and let where Then define by
2. Matrix associated with a linear transformation:
Let T:R3→R2 be a linear transformation. Let B1={f1, f2, f3} and B2={e1, e2} be basis of R3 and R2 respectively. Then T(f1)=ae1+be2, T(f2)=ce1+de2 and T(f3)=ge1+he2, for some a, b, c, d, g, h∈R.
Let A=
Then matrix A is of order 2×3 and is called the matrix representation of T w.r.t. the basis B1 and B2.
In a similar way, one can check that a matrix representation of T:Rn→Rm is of order m×n.
2.1. Example:
Let T:R2→R2 be a linear map defined as T(x, y)=(x, -y), where x, y∈R. Then find the matrix associated with the transformation w.r.t. the basis B1={(1, 0), (0,1)}and B2={(0, -1), (-1, 0)}.
Let e1=(1, 0), e2=(0, 1), f1=(0, -1) and f2=(-1, 0). Thus
T(1, 0)=(1, 0)=0.(0, -1)+(-1).(-1, 0)
T(0, 1)=(0, -1)= 1.(0, -1)+0.(-1, 0) and hence the matrix
representation of T w.r.t. the basis B1 and B2 is
3. Linear transformation associated with a matrix:
Let A=
be a matrix of order 2×3. Then the linear transformation T:R3→R2 associated with the matrix w.r.t. the basis B1=>={f1, f2, f3} and B2= B2={e1, e2} of R3 and R2respectively can be obtained as follows:
Define T(f1)=ae1+be2, T(f2)=ce1+de2 and T(f3)=ge1+he2, where a, b, c, d, g, h∈R. Then for x∈V, there exist r, s, t∈R such that x=rf1+sf2+tf3. Thus define T(x)= rT(f1)+sT(f2)+tT(f3), because T has to be linear.
3.1. Example:
Consider A=
Then find the associated linear transformation of A w.r.t. the basis B1={(1, 0, 0), (-1, 1, 0), (0, 1, 1)} and B2={(-1, 1), (0, 1)} of R3 and R2 respectively.
Define T(1, 0, 0)=1(-1, 1)+0(0, 1)=(-1, 1), T(-1, 1, 0)=-1(-1, 1)+1(0, 1)=(1, 0) and T(0, 1, 1)=0(-1, 1)+1(0, 1)=(0, 1). Since (x, y, z)=a(1, 0, 0)+b(-1, 1, 0)+c(0, 1, 1), hence a-b=x, b+c=y and c=z. By solving these equations we get, a=x+y-z, b=y-z and c=z.
Now, define T:R3→R2 by T(x, y, z)= aT(1, 0, 0)+bT(-1, 1, 0)+cT(0, 1, 1)=a(-1, 1)+b(1, 0)+c(0, 1)=(-a+b, a+c)=(-x, x+y), where x, y∈R.
The linear transformation T:R3→R2 associated with the matrix 2×3 A w.r.t. the basis B1 and B2 is T(x, y, z)=( -x, x+y), where x, y∈R.