SlideShare uma empresa Scribd logo
1 de 12
Baixar para ler offline
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)

Mais conteúdo relacionado

Semelhante a 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
 
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
 
Ss important questions
Ss important questionsSs important questions
Ss important questions
Sowji Laddu
 
12.5. vector valued functions
12.5. vector valued functions12.5. vector valued functions
12.5. vector valued functions
math267
 

Semelhante a 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)
 

Último

Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Christo Ananth
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Christo Ananth
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 

Último (20)

Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 

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)