SlideShare a Scribd company logo
GP 116: Linear Algebra
Class Notes
Linear Transformations
Part 1
Dr. R. Palamakumbura
Linear Transformations
• You have already learnt about vector spaces.
• In this section we will learn about special type of
functions defined on vector spaces, that preserve the
algebraic structure of the space (addition and scalar
multiplication).
• These functions are called linear transformations and
we will see a close relationship with matrices and such
transformations.
Linear Transformations
• Definition: Linear Transformation
Let and be vector spaces over a field . Then a
transformation
that preserves the operations of addition,
and scalar multiplication,
is defined as a linear transformation.
𝒱 𝒲 ℱ
T : 𝒱 → 𝒲
T(u + v) = T(u) + T(v); u, v ∈ 𝒱
T(αu) = αT(u); u ∈ 𝒱, α ∈ ℱ
Linear Transformations
• Note:
1. In T(u+v)=T(u)+T(v), the symbol + in the left side denotes addition
in and the symbol + in the right side denotes addition in .
2. Both domain and codomain have to be vector space over the
same field.
3. If the domain and codomain is the same vector space then such
a linear transformation is called a linear operator.
𝒱 𝒲
Linear Transformations
• Some Examples:
1. Identity transformation,
For
2. For k>0, stretching or contraction,
For
3. Reflection through the x-axis,
For
T : ℜ ↦ ℜ, T(x) = x .
x, y ∈ ℜ; T(x + y) = x + y = T(x) + T(y), T(αx) = αx = αT(x) .
T : ℜ2
↦ ℜ2
, T(x) = (kx1, kx2), x = (x1, x2) ∈ ℜ2
.
x, y ∈ ℜ; T(x + y) = (k(x1 + y1), k(x2 + y2)) = (kx1, kx2) + (ky1, ky2)
= T(x) + T(y)
T(αx) = (kαx1, kαx2) = αT(x) .
T : ℜ2
↦ ℜ2
, T(x) = (x1, − x2), x = (x1, x2) ∈ ℜ2
.
x, y ∈ ℜ; T(x + y) = ((x1 + y1), − (x2 + y2)) = T(x) + T(y)
T(αx) = (αx1, − αx2) = αT(x) .
Linear Transformations
• Some Examples:
4. Counter clockwise rotation,
5. For shearing,
6. Projection on to the x-axis,
Exercise: Show that these are linear transformations.
T: ℜ2
↦ ℜ2
T(x) = (x1 cos θ − x2 sin θ, x1 sin θ + x2 cos θ), x = (x1, x2) ∈ ℜ2
.
k ≠ 0,
T : ℜ2
↦ ℜ2
, T(x) = (x1 + kx2, x2), x = (x1, x2) ∈ ℜ2
.
T : ℜ2
↦ ℜ2
, T(x) = (x1,0), x = (x1, x2) ∈ ℜ2
.
Linear Transformations
Linear Transformations
• Some Examples:
7. Derivative of a polynomial,
8. Integral of a polynomial,
9. Transpose of a matrix,
10. Trace of a matrix,
Exercise: Show that these are linear transformations.
T : 𝒫n ↦ 𝒫n, T(p(x)) = D(p(x)) = p′(x) .
T : 𝒫n ↦ 𝒫n+1, T(p(x)) =
∫
x
a
p(x)dx .
T : ℳm×n ↦ ℳn×m, T(M) = MT
.
T : ℳn×n ↦ ℜ, T(M) = trace(M) .
Linear Transformations
The following are not linear transformations.
1. Translation,
For
2. Quadratic function,
3. Trigonometric functions,
4. Determinant,
Exercise: Show that 2-4 are not linear transformations.
T : ℜ ↦ ℜ, T(x) = x + a, a ≠ 0.
x, y ∈ ℜ, T(x + y) = x + y + a ≠ (x + a) + (y + a) = T(x) + T(y) .
T : ℜ ↦ ℜ, T(x) = x2
.
T : ℜ ↦ [−1,1], T(x) = sin x .
T : ℳn×n ↦ ℜ, T(M) = det(M) .
Linear Transformations
• Properties:
Let be a linear transformation.
1. T sends zero vector of to the zero vector of . That is
2. T(-v)=-T(v) and T(u-v)=T(u)-T(v)
3. Under T, the image of a linearly independent set is linearly
independent. That is if is linearly independent then is
linearly independent.
4. Under T, the image of any subspace of the domain is a subspace of
the codomain. That is if is a subspace then is a
subspace.
T : 𝒱 ↦ 𝒲
𝒲
𝒱
T(0𝒱) = 0𝒲 .
𝒮 ⊂ 𝒱 T(𝒮)
𝒮 ⊂ 𝒱 T(𝒮) ⊂ 𝒲
Linear Transformations
• Properties:
7.For T, the inverse of a subspace of the codomain is a
subspace of the domain. That is if is a subspace
then is a subspace.
8.The rule for T is completely determined by its effect on a
basis for .
𝒮 ⊂ 𝒲
T−1
(𝒮) ⊂ 𝒱
𝒱
Linear Transformations
• Examples: These examples will explain the properties defined earlier.
Consider the linear transformation:
1. Consider subspace of the domain
Note that any vector in is of the form
Now since T is linear
Therefore image is a line through the origin and the point (1,1,0) and is a
subspace of the codomain.
2. Let be the standard basis for the domain.
Since T is linear
Therefore basis vectors completely determines T.
T: ℜ3
↦ ℜ3
T(x) = T(x1, x2, x3) = (x1 + x2, x1 + x3,0)
𝒮 = span{(1,0,0)} .
𝒮 v = α(1,0,0) .
T(v) = αT(1,0,0) = α(1,1,0) .
ℬ = {e1, e2, e3} x = x1e1 + x2e2 + x3e3
T(x) = x1T(e1) + x2T(e2) + x3T(e3)
= x1(1,1,0) + x2(1,0,0) + x3(0,1,0)

More Related Content

Similar to Linear Transformations_part1.pdf

Es400 fall 2012_lecuture_2_transformation_of_continuous_time_signal.pptx
Es400 fall 2012_lecuture_2_transformation_of_continuous_time_signal.pptxEs400 fall 2012_lecuture_2_transformation_of_continuous_time_signal.pptx
Es400 fall 2012_lecuture_2_transformation_of_continuous_time_signal.pptx
umavijay
 
Transformations
TransformationsTransformations
Transformations
Syed Zaid Irshad
 
Z transfrm ppt
Z transfrm pptZ transfrm ppt
Z transfrm ppt
SWATI MISHRA
 
linear transfermation.pptx
linear transfermation.pptxlinear transfermation.pptx
linear transfermation.pptx
Umme habiba
 
Stochastic Control and Information Theoretic Dualities (Complete Version)
Stochastic Control and Information Theoretic Dualities (Complete Version)Stochastic Control and Information Theoretic Dualities (Complete Version)
Stochastic Control and Information Theoretic Dualities (Complete Version)
Haruki Nishimura
 
Linear transformation.ppt
Linear transformation.pptLinear transformation.ppt
Linear transformation.ppt
Raj Parekh
 
Laplace_1.ppt
Laplace_1.pptLaplace_1.ppt
Laplace_1.ppt
cantatebrugyral
 
Heaviside's function
Heaviside's functionHeaviside's function
Heaviside's function
SeanPereira2
 
The wave equation
The wave equationThe wave equation
The wave equation
Dhaval Jalalpara
 
Maths 3 ppt
Maths 3 pptMaths 3 ppt
Maths 3 ppt
ShahIshani1996
 
Seismic data processing lecture 3
Seismic data processing lecture 3Seismic data processing lecture 3
Seismic data processing lecture 3
Amin khalil
 
Fourier series Introduction
Fourier series IntroductionFourier series Introduction
Fourier series Introduction
Rizwan Kazi
 
Ss important questions
Ss important questionsSs important questions
Ss important questionsSowji Laddu
 
12.5. vector valued functions
12.5. vector valued functions12.5. vector valued functions
12.5. vector valued functionsmath267
 
Laplace transformation
Laplace transformationLaplace transformation
Laplace transformation
Santhanam Krishnan
 
linear transformation
linear transformationlinear transformation
linear transformation
mansi acharya
 
Lesson 2: A Catalog of Essential Functions (slides)
Lesson 2: A Catalog of Essential Functions (slides)Lesson 2: A Catalog of Essential Functions (slides)
Lesson 2: A Catalog of Essential Functions (slides)
Mel Anthony Pepito
 
Lesson 2: A Catalog of Essential Functions (slides)
Lesson 2: A Catalog of Essential Functions (slides)Lesson 2: A Catalog of Essential Functions (slides)
Lesson 2: A Catalog of Essential Functions (slides)
Matthew Leingang
 

Similar to Linear Transformations_part1.pdf (20)

Laplace transform
Laplace transformLaplace transform
Laplace transform
 
Es400 fall 2012_lecuture_2_transformation_of_continuous_time_signal.pptx
Es400 fall 2012_lecuture_2_transformation_of_continuous_time_signal.pptxEs400 fall 2012_lecuture_2_transformation_of_continuous_time_signal.pptx
Es400 fall 2012_lecuture_2_transformation_of_continuous_time_signal.pptx
 
Transformations
TransformationsTransformations
Transformations
 
Z transfrm ppt
Z transfrm pptZ transfrm ppt
Z transfrm ppt
 
linear transfermation.pptx
linear transfermation.pptxlinear transfermation.pptx
linear transfermation.pptx
 
Stochastic Control and Information Theoretic Dualities (Complete Version)
Stochastic Control and Information Theoretic Dualities (Complete Version)Stochastic Control and Information Theoretic Dualities (Complete Version)
Stochastic Control and Information Theoretic Dualities (Complete Version)
 
Linear transformation.ppt
Linear transformation.pptLinear transformation.ppt
Linear transformation.ppt
 
Laplace_1.ppt
Laplace_1.pptLaplace_1.ppt
Laplace_1.ppt
 
TLT
TLTTLT
TLT
 
Heaviside's function
Heaviside's functionHeaviside's function
Heaviside's function
 
The wave equation
The wave equationThe wave equation
The wave equation
 
Maths 3 ppt
Maths 3 pptMaths 3 ppt
Maths 3 ppt
 
Seismic data processing lecture 3
Seismic data processing lecture 3Seismic data processing lecture 3
Seismic data processing lecture 3
 
Fourier series Introduction
Fourier series IntroductionFourier series Introduction
Fourier series Introduction
 
Ss important questions
Ss important questionsSs important questions
Ss important questions
 
12.5. vector valued functions
12.5. vector valued functions12.5. vector valued functions
12.5. vector valued functions
 
Laplace transformation
Laplace transformationLaplace transformation
Laplace transformation
 
linear transformation
linear transformationlinear transformation
linear transformation
 
Lesson 2: A Catalog of Essential Functions (slides)
Lesson 2: A Catalog of Essential Functions (slides)Lesson 2: A Catalog of Essential Functions (slides)
Lesson 2: A Catalog of Essential Functions (slides)
 
Lesson 2: A Catalog of Essential Functions (slides)
Lesson 2: A Catalog of Essential Functions (slides)Lesson 2: A Catalog of Essential Functions (slides)
Lesson 2: A Catalog of Essential Functions (slides)
 

Recently uploaded

block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
Basic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparelBasic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparel
top1002
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
manasideore6
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Intella Parts
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
BrazilAccount1
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
ClaraZara1
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
Vijay Dialani, PhD
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdfTutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
aqil azizi
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
Building Electrical System Design & Installation
Building Electrical System Design & InstallationBuilding Electrical System Design & Installation
Building Electrical System Design & Installation
symbo111
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 

Recently uploaded (20)

block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
Basic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparelBasic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparel
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdfTutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
Building Electrical System Design & Installation
Building Electrical System Design & InstallationBuilding Electrical System Design & Installation
Building Electrical System Design & Installation
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 

Linear Transformations_part1.pdf

  • 1. GP 116: Linear Algebra Class Notes Linear Transformations Part 1 Dr. R. Palamakumbura
  • 2. Linear Transformations • You have already learnt about vector spaces. • In this section we will learn about special type of functions defined on vector spaces, that preserve the algebraic structure of the space (addition and scalar multiplication). • These functions are called linear transformations and we will see a close relationship with matrices and such transformations.
  • 3. Linear Transformations • Definition: Linear Transformation Let and be vector spaces over a field . Then a transformation that preserves the operations of addition, and scalar multiplication, is defined as a linear transformation. 𝒱 𝒲 ℱ T : 𝒱 → 𝒲 T(u + v) = T(u) + T(v); u, v ∈ 𝒱 T(αu) = αT(u); u ∈ 𝒱, α ∈ ℱ
  • 4. Linear Transformations • Note: 1. In T(u+v)=T(u)+T(v), the symbol + in the left side denotes addition in and the symbol + in the right side denotes addition in . 2. Both domain and codomain have to be vector space over the same field. 3. If the domain and codomain is the same vector space then such a linear transformation is called a linear operator. 𝒱 𝒲
  • 5. Linear Transformations • Some Examples: 1. Identity transformation, For 2. For k>0, stretching or contraction, For 3. Reflection through the x-axis, For T : ℜ ↦ ℜ, T(x) = x . x, y ∈ ℜ; T(x + y) = x + y = T(x) + T(y), T(αx) = αx = αT(x) . T : ℜ2 ↦ ℜ2 , T(x) = (kx1, kx2), x = (x1, x2) ∈ ℜ2 . x, y ∈ ℜ; T(x + y) = (k(x1 + y1), k(x2 + y2)) = (kx1, kx2) + (ky1, ky2) = T(x) + T(y) T(αx) = (kαx1, kαx2) = αT(x) . T : ℜ2 ↦ ℜ2 , T(x) = (x1, − x2), x = (x1, x2) ∈ ℜ2 . x, y ∈ ℜ; T(x + y) = ((x1 + y1), − (x2 + y2)) = T(x) + T(y) T(αx) = (αx1, − αx2) = αT(x) .
  • 6. Linear Transformations • Some Examples: 4. Counter clockwise rotation, 5. For shearing, 6. Projection on to the x-axis, Exercise: Show that these are linear transformations. T: ℜ2 ↦ ℜ2 T(x) = (x1 cos θ − x2 sin θ, x1 sin θ + x2 cos θ), x = (x1, x2) ∈ ℜ2 . k ≠ 0, T : ℜ2 ↦ ℜ2 , T(x) = (x1 + kx2, x2), x = (x1, x2) ∈ ℜ2 . T : ℜ2 ↦ ℜ2 , T(x) = (x1,0), x = (x1, x2) ∈ ℜ2 .
  • 8. Linear Transformations • Some Examples: 7. Derivative of a polynomial, 8. Integral of a polynomial, 9. Transpose of a matrix, 10. Trace of a matrix, Exercise: Show that these are linear transformations. T : 𝒫n ↦ 𝒫n, T(p(x)) = D(p(x)) = p′(x) . T : 𝒫n ↦ 𝒫n+1, T(p(x)) = ∫ x a p(x)dx . T : ℳm×n ↦ ℳn×m, T(M) = MT . T : ℳn×n ↦ ℜ, T(M) = trace(M) .
  • 9. Linear Transformations The following are not linear transformations. 1. Translation, For 2. Quadratic function, 3. Trigonometric functions, 4. Determinant, Exercise: Show that 2-4 are not linear transformations. T : ℜ ↦ ℜ, T(x) = x + a, a ≠ 0. x, y ∈ ℜ, T(x + y) = x + y + a ≠ (x + a) + (y + a) = T(x) + T(y) . T : ℜ ↦ ℜ, T(x) = x2 . T : ℜ ↦ [−1,1], T(x) = sin x . T : ℳn×n ↦ ℜ, T(M) = det(M) .
  • 10. Linear Transformations • Properties: Let be a linear transformation. 1. T sends zero vector of to the zero vector of . That is 2. T(-v)=-T(v) and T(u-v)=T(u)-T(v) 3. Under T, the image of a linearly independent set is linearly independent. That is if is linearly independent then is linearly independent. 4. Under T, the image of any subspace of the domain is a subspace of the codomain. That is if is a subspace then is a subspace. T : 𝒱 ↦ 𝒲 𝒲 𝒱 T(0𝒱) = 0𝒲 . 𝒮 ⊂ 𝒱 T(𝒮) 𝒮 ⊂ 𝒱 T(𝒮) ⊂ 𝒲
  • 11. Linear Transformations • Properties: 7.For T, the inverse of a subspace of the codomain is a subspace of the domain. That is if is a subspace then is a subspace. 8.The rule for T is completely determined by its effect on a basis for . 𝒮 ⊂ 𝒲 T−1 (𝒮) ⊂ 𝒱 𝒱
  • 12. Linear Transformations • Examples: These examples will explain the properties defined earlier. Consider the linear transformation: 1. Consider subspace of the domain Note that any vector in is of the form Now since T is linear Therefore image is a line through the origin and the point (1,1,0) and is a subspace of the codomain. 2. Let be the standard basis for the domain. Since T is linear Therefore basis vectors completely determines T. T: ℜ3 ↦ ℜ3 T(x) = T(x1, x2, x3) = (x1 + x2, x1 + x3,0) 𝒮 = span{(1,0,0)} . 𝒮 v = α(1,0,0) . T(v) = αT(1,0,0) = α(1,1,0) . ℬ = {e1, e2, e3} x = x1e1 + x2e2 + x3e3 T(x) = x1T(e1) + x2T(e2) + x3T(e3) = x1(1,1,0) + x2(1,0,0) + x3(0,1,0)