SlideShare une entreprise Scribd logo
1  sur  16
VCLA(2110015)
Prepared by:
Smit Rathod (17TMPB28)
Deep Raval (17TMPB29)
Daksh Sarkheliya (17TMPB30)
Dhairya Shah (17TMPB31)
Linear transformation is a function that converts one data type into another type of data.
Linear transformation from 𝑹 𝒏 to 𝑹 𝒎 is referred to as Euclidean linear transformation
whereas, linear transformation from vector space V to vector space W is referred to as
general linear transformation.
Let V and W be a vector spaces. A L.T. (T:v->w) is a function T from V to W such that
(a)T(u+v)=T(u)+T(v)
(b)T(ku)=kT(u)
If above conditions satisfy thant it is linear transformation.
For all vectors u and v in V and all scalars k.
If V=W, the linear transformation T:V->V is called a linear operator.
Examples:
(1)T:𝑹 𝟐 → 𝑹 𝟐 T(x,y)=(x+y,x-y)
Let u=(𝑥1, 𝑦1) and v=(𝑥2, 𝑦2) be a vectors in 𝑹 𝟐 and k be any scaler.
u+v=(𝑥1+𝑥2, 𝑦1+𝑦2)
T(u+v) = (𝑥1+𝑥2+𝑦1+𝑦2, 𝑥1+𝑥2-𝑦1-𝑦2)
=(𝑥1+𝑦1, 𝑥1-𝑦1)+(𝑥2+𝑦2, 𝑥2-𝑦2)
=T(u)+T(v)
Ku=(𝑘𝑥1, k𝑦1)
T(ku)= (𝑘𝑥1+k𝑦1, k𝑥1-k𝑦1)
= k(𝑥1+𝑦1, 𝑥1-𝑦1)
=kT(u)
Hence , It is linear transformation
(2)T:𝑀 𝑚𝑛->R ,T(A)=det(A)
Let 𝐴1and 𝐴2 be a two matrices with same order in 𝑀 𝑚𝑛.
T(𝐴1+𝐴2)=det(𝐴1+𝐴2)
≠det(𝐴1)+det(𝐴2)
≠T(𝐴1)+T(𝐴2)
Hence,It is not linear transformation.
A linear transformation is completely determined by the images of any set of basis vectors.If
T:V->W is alinear transformation if {𝑣1, 𝑣2,…, 𝑣 𝑛} is any basis for Vthen any vector v in V is
expressed as a linear combination of 𝑣1, 𝑣2,…, 𝑣 𝑛.
v=𝑘1 𝑣1+𝑘2 𝑣2,…, 𝑘 𝑛 𝑣 𝑛
The L.T. T(v) is given by,
T(v)=T(𝑘1 𝑣1+𝑘2 𝑣2,…, 𝑘 𝑛 𝑣 𝑛) = 𝑘1 𝑇(𝑣1)+𝑘2 𝑇(𝑣2),…, 𝑘 𝑛 𝑇(𝑣 𝑛)
(3)Consider the basis S={𝑣1, 𝑣2} 𝑎𝑛𝑑 𝑣1=(1,1) , 𝑣2=(1,0) and let T:𝑹 𝟐 → 𝑹 𝟐 be the L.T. such
that T(𝑣1)=(1,-2) and T(𝑣2)=(-4,1).Find formula for T(𝑥1, 𝑥2) and also find T(5,-3).
Let v=(𝑥1, 𝑥2) be an arbitrary vector in 𝑹 𝟐 and can be expressed as a linear combination of
𝑣1 𝑎𝑛𝑑 𝑣2.
(𝑥1, 𝑥2) =𝑘1(1,1)+𝑘2(1,0)
=(𝑘1+𝑘2 , 𝑘1)
Comparing both sides,
𝑘1+𝑘2=𝑥1
𝑘1=𝑥2
Therefore,
𝑘1=𝑥2
𝑘1=𝑥1- 𝑥2
∴ v=𝑥2 𝑣1+(𝑥1-𝑥2) 𝑣2
Now,
T(𝑥1, 𝑥2)=𝑥2 𝑇(𝑣1)+(𝑥1-𝑥2)T(𝑣2)
=𝑥2(1,-2)+(𝑥1-𝑥2)(-4,1)
=(-4𝑥1+5𝑥2 , 𝑥1-3𝑥2)
T(5,-3)=(-4(5)+5(-3),5-3(-3))
=(-35,14)
Let V and W be two vector spaces and let T:V->W, be a linear transformation. The kernel or null
space of T, denoted as ker(T) or N(T),is the set of all vectors in V that T maps into the zero vector
The range of T, denored by R(T), is the set of all vectors in W that are images of at least one
vector in V under T.
Theorem:
If T:V->W is a linear transformation then
1)The kernel T is a subspace of V.
2)The range of T is a subspace of W.
If T:V->W is a linear transformation from afinite dimensional vector space V to a vector space W
then
rank(T)+nullity(T)=dim V
(4) Let T:𝑃2 → 𝑅2 be a linear transformation defined by
T(𝑎0+𝑎1 𝑥+𝑎2 𝑥2)=(𝑎0-𝑎1, 𝑎1+𝑎2)
1)Find a basis of ker(T).
2)Find a basis of R(T).
3)Verify the dimension theorem.
1)—
The basis for ker(T) is the basis for the solution space of the homogeneous system:
𝑎0-𝑎1=0
𝑎1+𝑎2=0
Let,
𝑎2=t
𝑎1=-t
𝑎0=-t
𝑎0
𝑎1
𝑎2
=
−𝑡
−𝑡
𝑡
=t
−1
−1
1
=t𝑣1
Hence basis for ker(T)= {𝑣1}= {-1-𝑥 +𝑥2}
2)-
The basis for the range of T is the basis for the columm space of [T]
[T]=
1 −1 0
0 1 1
The leading 1’s appear in columns 1 and 2.
Hence,
basis for R(T)=basis for column space of [T]
={
1
0
,
−1
1
}
3)-
rank(T)=dim(R(T))=2
Nullity(T)=dim(ker(T))=1
Rank(T)+nullity(T)=2+1=3=dim 𝑃2
Hence,dimension theorem is verified.
Let V and W be two vector spaces.A linear transformation T:V->W is one to one if T maps
distinct vectors in V to distinct vectors in W.
Let V and W be a two vector spaces.A linear transformation T:V->W is onto if the range of T is
W, i.e.,T is onto if and only if for every w in W, there is a v in V such that T(v)=W.
Here diagram is self explanatory.
In other words we can say that for any Linear transformation T:V->W ,
1)It is one-one if it has only one kernel element i.e,Zero element.
2)It is onto if Range(T)=W.
Let T:V->W be a linear transformation, it is isomorphism it is isomorphism
between V and W if it is both one-one and onto.
Here T is called Bijective Transformation.
(5)T:𝑅2 → 𝑅2, where T(x,y)=(x+y , x-y)
Check T for one-one,or both or neither.
T(x,y)=(0,0)
(x+y,x-Y)=(0,0)
x+y=0
X-y=0
Solving above equation we get,
(x,y)=(0,0).
So ker(T)={0}
Hence, T is one-one.
A linear transformation is onto if R(T)=W
Let v=(x,y) and w=(a,b) be in 𝑅2, where a and b are real numbers such that T(v)=W.
T(x,y)=(a,b)
(x+y,x-y)=(a,b)
x+y=a
x-y=b
Solving above equations we get,
x=(a+b)/2
y=(a-b)/2
Thus for evert w=(a,b) in 𝑅2
, there exists a V=((a+b)/2,(a-b)/2) in 𝑅2
.
Hence T is onto.
Here T is isomorphism between 𝑅2
and 𝑅2
because it is both one-one and onto linear
transformation.
Let T:V->W be a linear transformation of an n-dimensional vector space V. to an m-dimensional
vector space W.(where n≠ 0 and m≠0) and let 𝑆1 = {𝑣1, 𝑣2, … , 𝑣 𝑛} and 𝑆2 = {𝑤1, 𝑤2,…, 𝑤 𝑛} be
bases for V and W respectively.
If A is the standard matrix of this transformation then
A=[[T(𝑣1) 𝑆2
] [T(𝑣2) 𝑆2
] … [T(𝑣 𝑛) 𝑆2
]]
(6)
Standard basis for 𝑀33 are S={
1
0
0
,
0
1
0
,
0
0
1
}
Their linear transformations are
1
0
,
−1
0
,
0
2
respectively.
So the Standard matrix will be:
A=
1 − 1 0
0 0 2
A specific application of linear transformation is for geometric transformations, such as those
performed in computer graphics, where the translation, rotation and scaling of 2D or 3D
objects is performed by the use of a transformation matrix. Linear transformations also are
used as a mechanism for describing change: for example in calculus correspond to derivatives;
or in relativity, used as a device to keep track of the local transformations of reference frames.
Another application of these transformations is in compiler optimizations of nested-loop code,
and in parallelizing compiler techniques.
Linear transforamtion and it,s applications.(VCLA)

Contenu connexe

Tendances

Laplace transformation
Laplace transformationLaplace transformation
Laplace transformationWasim Shah
 
Using Laplace Transforms to Solve Differential Equations
Using Laplace Transforms to Solve Differential EquationsUsing Laplace Transforms to Solve Differential Equations
Using Laplace Transforms to Solve Differential EquationsGeorge Stevens
 
Integral Transform
Integral  TransformIntegral  Transform
Integral TransformSheharBano31
 
EM3 mini project Laplace Transform
EM3 mini project Laplace TransformEM3 mini project Laplace Transform
EM3 mini project Laplace TransformAditi523129
 
Chapter 2 laplace transform
Chapter 2 laplace transformChapter 2 laplace transform
Chapter 2 laplace transformLenchoDuguma
 
Laplace transform and its application
Laplace transform and its applicationLaplace transform and its application
Laplace transform and its applicationJaydrath Sindhav
 
NAS-Ch4-Application of Laplace Transform
NAS-Ch4-Application of Laplace TransformNAS-Ch4-Application of Laplace Transform
NAS-Ch4-Application of Laplace TransformHussain K
 
Inverse laplacetransform
Inverse laplacetransformInverse laplacetransform
Inverse laplacetransformTarun Gehlot
 
Laplace transforms
Laplace transformsLaplace transforms
Laplace transformsKarnav Rana
 
Damped force vibrating Model Laplace Transforms
Damped force vibrating Model Laplace Transforms Damped force vibrating Model Laplace Transforms
Damped force vibrating Model Laplace Transforms Student
 
Partial fraction decomposition for inverse laplace transform
Partial fraction decomposition for inverse laplace transformPartial fraction decomposition for inverse laplace transform
Partial fraction decomposition for inverse laplace transformVishalsagar657
 
Application of Laplace Transforme
Application of Laplace TransformeApplication of Laplace Transforme
Application of Laplace TransformeMaharshi Dave
 
Laplace transforms
Laplace transforms Laplace transforms
Laplace transforms yash patel
 

Tendances (20)

Laplace transformation
Laplace transformationLaplace transformation
Laplace transformation
 
Laplace transformations
Laplace transformationsLaplace transformations
Laplace transformations
 
Laplace transform
Laplace transformLaplace transform
Laplace transform
 
Using Laplace Transforms to Solve Differential Equations
Using Laplace Transforms to Solve Differential EquationsUsing Laplace Transforms to Solve Differential Equations
Using Laplace Transforms to Solve Differential Equations
 
Integral Transform
Integral  TransformIntegral  Transform
Integral Transform
 
EM3 mini project Laplace Transform
EM3 mini project Laplace TransformEM3 mini project Laplace Transform
EM3 mini project Laplace Transform
 
Inverse Laplace Transform
Inverse Laplace TransformInverse Laplace Transform
Inverse Laplace Transform
 
Chapter 2 laplace transform
Chapter 2 laplace transformChapter 2 laplace transform
Chapter 2 laplace transform
 
Laplace transform and its application
Laplace transform and its applicationLaplace transform and its application
Laplace transform and its application
 
Laplace
LaplaceLaplace
Laplace
 
Inverse laplace transforms
Inverse laplace transformsInverse laplace transforms
Inverse laplace transforms
 
NAS-Ch4-Application of Laplace Transform
NAS-Ch4-Application of Laplace TransformNAS-Ch4-Application of Laplace Transform
NAS-Ch4-Application of Laplace Transform
 
Laplace transform
Laplace transformLaplace transform
Laplace transform
 
Inverse laplacetransform
Inverse laplacetransformInverse laplacetransform
Inverse laplacetransform
 
Laplace transforms
Laplace transformsLaplace transforms
Laplace transforms
 
Damped force vibrating Model Laplace Transforms
Damped force vibrating Model Laplace Transforms Damped force vibrating Model Laplace Transforms
Damped force vibrating Model Laplace Transforms
 
Laplace
LaplaceLaplace
Laplace
 
Partial fraction decomposition for inverse laplace transform
Partial fraction decomposition for inverse laplace transformPartial fraction decomposition for inverse laplace transform
Partial fraction decomposition for inverse laplace transform
 
Application of Laplace Transforme
Application of Laplace TransformeApplication of Laplace Transforme
Application of Laplace Transforme
 
Laplace transforms
Laplace transforms Laplace transforms
Laplace transforms
 

Similaire à Linear transforamtion and it,s applications.(VCLA)

Linear transformation and application
Linear transformation and applicationLinear transformation and application
Linear transformation and applicationshreyansp
 
linear transformation and rank nullity theorem
linear transformation and rank nullity theorem linear transformation and rank nullity theorem
linear transformation and rank nullity theorem Manthan Chavda
 
linear transformation
linear transformationlinear transformation
linear transformationmansi acharya
 
Linear transformation.ppt
Linear transformation.pptLinear transformation.ppt
Linear transformation.pptRaj Parekh
 
Vcla.ppt COMPOSITION OF LINEAR TRANSFORMATION KERNEL AND RANGE OF LINEAR TR...
Vcla.ppt COMPOSITION OF LINEAR TRANSFORMATION   KERNEL AND RANGE OF LINEAR TR...Vcla.ppt COMPOSITION OF LINEAR TRANSFORMATION   KERNEL AND RANGE OF LINEAR TR...
Vcla.ppt COMPOSITION OF LINEAR TRANSFORMATION KERNEL AND RANGE OF LINEAR TR...Sukhvinder Singh
 
Linear Transformations_part1.pdf
Linear Transformations_part1.pdfLinear Transformations_part1.pdf
Linear Transformations_part1.pdfHirunManujaya
 
Proyecto parcial iii_ proyecciones lineales
Proyecto parcial iii_ proyecciones linealesProyecto parcial iii_ proyecciones lineales
Proyecto parcial iii_ proyecciones linealesJOSUESANTIAGOPILLAJO
 
linear transfermation.pptx
linear transfermation.pptxlinear transfermation.pptx
linear transfermation.pptxUmme habiba
 
Hi please complete the following with detailed working out Find the .pdf
Hi please complete the following with detailed working out Find the .pdfHi please complete the following with detailed working out Find the .pdf
Hi please complete the following with detailed working out Find the .pdfezhilvizhiyan
 
linear-transformations-2017-03-19-14-38-49.pdf
linear-transformations-2017-03-19-14-38-49.pdflinear-transformations-2017-03-19-14-38-49.pdf
linear-transformations-2017-03-19-14-38-49.pdfBinitAgarwala3
 
EC8352-Signals and Systems - Laplace transform
EC8352-Signals and Systems - Laplace transformEC8352-Signals and Systems - Laplace transform
EC8352-Signals and Systems - Laplace transformNimithaSoman
 
Comparison Theorems for SDEs
Comparison Theorems for SDEs Comparison Theorems for SDEs
Comparison Theorems for SDEs Ilya Gikhman
 
research paper publication
research paper publicationresearch paper publication
research paper publicationsamuu45sam
 
digital control Chapter 2 slide
digital control Chapter 2 slidedigital control Chapter 2 slide
digital control Chapter 2 slideasyrafjpk
 
torsionbinormalnotes
torsionbinormalnotestorsionbinormalnotes
torsionbinormalnotesJeremy Lane
 
Spectral Continuity: (p, r) - Α P And (p, k) - Q
Spectral Continuity: (p, r) - Α P And (p, k) - QSpectral Continuity: (p, r) - Α P And (p, k) - Q
Spectral Continuity: (p, r) - Α P And (p, k) - QIOSR Journals
 

Similaire à Linear transforamtion and it,s applications.(VCLA) (20)

Linear transformation and application
Linear transformation and applicationLinear transformation and application
Linear transformation and application
 
linear transformation and rank nullity theorem
linear transformation and rank nullity theorem linear transformation and rank nullity theorem
linear transformation and rank nullity theorem
 
linear transformation
linear transformationlinear transformation
linear transformation
 
Linear transformation.ppt
Linear transformation.pptLinear transformation.ppt
Linear transformation.ppt
 
Vcla.ppt COMPOSITION OF LINEAR TRANSFORMATION KERNEL AND RANGE OF LINEAR TR...
Vcla.ppt COMPOSITION OF LINEAR TRANSFORMATION   KERNEL AND RANGE OF LINEAR TR...Vcla.ppt COMPOSITION OF LINEAR TRANSFORMATION   KERNEL AND RANGE OF LINEAR TR...
Vcla.ppt COMPOSITION OF LINEAR TRANSFORMATION KERNEL AND RANGE OF LINEAR TR...
 
Linear Transformations_part1.pdf
Linear Transformations_part1.pdfLinear Transformations_part1.pdf
Linear Transformations_part1.pdf
 
Proyecto parcial iii_ proyecciones lineales
Proyecto parcial iii_ proyecciones linealesProyecto parcial iii_ proyecciones lineales
Proyecto parcial iii_ proyecciones lineales
 
Range-NUllity-and-Rank.pptx
Range-NUllity-and-Rank.pptxRange-NUllity-and-Rank.pptx
Range-NUllity-and-Rank.pptx
 
linear transfermation.pptx
linear transfermation.pptxlinear transfermation.pptx
linear transfermation.pptx
 
Vector space
Vector spaceVector space
Vector space
 
Hi please complete the following with detailed working out Find the .pdf
Hi please complete the following with detailed working out Find the .pdfHi please complete the following with detailed working out Find the .pdf
Hi please complete the following with detailed working out Find the .pdf
 
linear-transformations-2017-03-19-14-38-49.pdf
linear-transformations-2017-03-19-14-38-49.pdflinear-transformations-2017-03-19-14-38-49.pdf
linear-transformations-2017-03-19-14-38-49.pdf
 
EC8352-Signals and Systems - Laplace transform
EC8352-Signals and Systems - Laplace transformEC8352-Signals and Systems - Laplace transform
EC8352-Signals and Systems - Laplace transform
 
Comparison Theorems for SDEs
Comparison Theorems for SDEs Comparison Theorems for SDEs
Comparison Theorems for SDEs
 
Laplace_1.ppt
Laplace_1.pptLaplace_1.ppt
Laplace_1.ppt
 
research paper publication
research paper publicationresearch paper publication
research paper publication
 
The wave equation
The wave equationThe wave equation
The wave equation
 
digital control Chapter 2 slide
digital control Chapter 2 slidedigital control Chapter 2 slide
digital control Chapter 2 slide
 
torsionbinormalnotes
torsionbinormalnotestorsionbinormalnotes
torsionbinormalnotes
 
Spectral Continuity: (p, r) - Α P And (p, k) - Q
Spectral Continuity: (p, r) - Α P And (p, k) - QSpectral Continuity: (p, r) - Α P And (p, k) - Q
Spectral Continuity: (p, r) - Α P And (p, k) - Q
 

Dernier

How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseAnaAcapella
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701bronxfugly43
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Association for Project Management
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 

Dernier (20)

How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 

Linear transforamtion and it,s applications.(VCLA)

  • 1. VCLA(2110015) Prepared by: Smit Rathod (17TMPB28) Deep Raval (17TMPB29) Daksh Sarkheliya (17TMPB30) Dhairya Shah (17TMPB31)
  • 2. Linear transformation is a function that converts one data type into another type of data. Linear transformation from 𝑹 𝒏 to 𝑹 𝒎 is referred to as Euclidean linear transformation whereas, linear transformation from vector space V to vector space W is referred to as general linear transformation. Let V and W be a vector spaces. A L.T. (T:v->w) is a function T from V to W such that (a)T(u+v)=T(u)+T(v) (b)T(ku)=kT(u) If above conditions satisfy thant it is linear transformation. For all vectors u and v in V and all scalars k. If V=W, the linear transformation T:V->V is called a linear operator.
  • 3. Examples: (1)T:𝑹 𝟐 → 𝑹 𝟐 T(x,y)=(x+y,x-y) Let u=(𝑥1, 𝑦1) and v=(𝑥2, 𝑦2) be a vectors in 𝑹 𝟐 and k be any scaler. u+v=(𝑥1+𝑥2, 𝑦1+𝑦2) T(u+v) = (𝑥1+𝑥2+𝑦1+𝑦2, 𝑥1+𝑥2-𝑦1-𝑦2) =(𝑥1+𝑦1, 𝑥1-𝑦1)+(𝑥2+𝑦2, 𝑥2-𝑦2) =T(u)+T(v) Ku=(𝑘𝑥1, k𝑦1) T(ku)= (𝑘𝑥1+k𝑦1, k𝑥1-k𝑦1) = k(𝑥1+𝑦1, 𝑥1-𝑦1) =kT(u) Hence , It is linear transformation
  • 4. (2)T:𝑀 𝑚𝑛->R ,T(A)=det(A) Let 𝐴1and 𝐴2 be a two matrices with same order in 𝑀 𝑚𝑛. T(𝐴1+𝐴2)=det(𝐴1+𝐴2) ≠det(𝐴1)+det(𝐴2) ≠T(𝐴1)+T(𝐴2) Hence,It is not linear transformation. A linear transformation is completely determined by the images of any set of basis vectors.If T:V->W is alinear transformation if {𝑣1, 𝑣2,…, 𝑣 𝑛} is any basis for Vthen any vector v in V is expressed as a linear combination of 𝑣1, 𝑣2,…, 𝑣 𝑛. v=𝑘1 𝑣1+𝑘2 𝑣2,…, 𝑘 𝑛 𝑣 𝑛 The L.T. T(v) is given by, T(v)=T(𝑘1 𝑣1+𝑘2 𝑣2,…, 𝑘 𝑛 𝑣 𝑛) = 𝑘1 𝑇(𝑣1)+𝑘2 𝑇(𝑣2),…, 𝑘 𝑛 𝑇(𝑣 𝑛)
  • 5. (3)Consider the basis S={𝑣1, 𝑣2} 𝑎𝑛𝑑 𝑣1=(1,1) , 𝑣2=(1,0) and let T:𝑹 𝟐 → 𝑹 𝟐 be the L.T. such that T(𝑣1)=(1,-2) and T(𝑣2)=(-4,1).Find formula for T(𝑥1, 𝑥2) and also find T(5,-3). Let v=(𝑥1, 𝑥2) be an arbitrary vector in 𝑹 𝟐 and can be expressed as a linear combination of 𝑣1 𝑎𝑛𝑑 𝑣2. (𝑥1, 𝑥2) =𝑘1(1,1)+𝑘2(1,0) =(𝑘1+𝑘2 , 𝑘1) Comparing both sides, 𝑘1+𝑘2=𝑥1 𝑘1=𝑥2 Therefore, 𝑘1=𝑥2 𝑘1=𝑥1- 𝑥2 ∴ v=𝑥2 𝑣1+(𝑥1-𝑥2) 𝑣2 Now, T(𝑥1, 𝑥2)=𝑥2 𝑇(𝑣1)+(𝑥1-𝑥2)T(𝑣2)
  • 6. =𝑥2(1,-2)+(𝑥1-𝑥2)(-4,1) =(-4𝑥1+5𝑥2 , 𝑥1-3𝑥2) T(5,-3)=(-4(5)+5(-3),5-3(-3)) =(-35,14) Let V and W be two vector spaces and let T:V->W, be a linear transformation. The kernel or null space of T, denoted as ker(T) or N(T),is the set of all vectors in V that T maps into the zero vector The range of T, denored by R(T), is the set of all vectors in W that are images of at least one vector in V under T. Theorem: If T:V->W is a linear transformation then 1)The kernel T is a subspace of V. 2)The range of T is a subspace of W.
  • 7. If T:V->W is a linear transformation from afinite dimensional vector space V to a vector space W then rank(T)+nullity(T)=dim V (4) Let T:𝑃2 → 𝑅2 be a linear transformation defined by T(𝑎0+𝑎1 𝑥+𝑎2 𝑥2)=(𝑎0-𝑎1, 𝑎1+𝑎2) 1)Find a basis of ker(T). 2)Find a basis of R(T). 3)Verify the dimension theorem. 1)— The basis for ker(T) is the basis for the solution space of the homogeneous system: 𝑎0-𝑎1=0 𝑎1+𝑎2=0 Let,
  • 8. 𝑎2=t 𝑎1=-t 𝑎0=-t 𝑎0 𝑎1 𝑎2 = −𝑡 −𝑡 𝑡 =t −1 −1 1 =t𝑣1 Hence basis for ker(T)= {𝑣1}= {-1-𝑥 +𝑥2} 2)- The basis for the range of T is the basis for the columm space of [T] [T]= 1 −1 0 0 1 1 The leading 1’s appear in columns 1 and 2. Hence, basis for R(T)=basis for column space of [T]
  • 9. ={ 1 0 , −1 1 } 3)- rank(T)=dim(R(T))=2 Nullity(T)=dim(ker(T))=1 Rank(T)+nullity(T)=2+1=3=dim 𝑃2 Hence,dimension theorem is verified. Let V and W be two vector spaces.A linear transformation T:V->W is one to one if T maps distinct vectors in V to distinct vectors in W. Let V and W be a two vector spaces.A linear transformation T:V->W is onto if the range of T is W, i.e.,T is onto if and only if for every w in W, there is a v in V such that T(v)=W.
  • 10. Here diagram is self explanatory. In other words we can say that for any Linear transformation T:V->W , 1)It is one-one if it has only one kernel element i.e,Zero element. 2)It is onto if Range(T)=W. Let T:V->W be a linear transformation, it is isomorphism it is isomorphism between V and W if it is both one-one and onto. Here T is called Bijective Transformation.
  • 11. (5)T:𝑅2 → 𝑅2, where T(x,y)=(x+y , x-y) Check T for one-one,or both or neither. T(x,y)=(0,0) (x+y,x-Y)=(0,0) x+y=0 X-y=0 Solving above equation we get, (x,y)=(0,0). So ker(T)={0} Hence, T is one-one.
  • 12. A linear transformation is onto if R(T)=W Let v=(x,y) and w=(a,b) be in 𝑅2, where a and b are real numbers such that T(v)=W. T(x,y)=(a,b) (x+y,x-y)=(a,b) x+y=a x-y=b Solving above equations we get, x=(a+b)/2 y=(a-b)/2 Thus for evert w=(a,b) in 𝑅2 , there exists a V=((a+b)/2,(a-b)/2) in 𝑅2 . Hence T is onto.
  • 13. Here T is isomorphism between 𝑅2 and 𝑅2 because it is both one-one and onto linear transformation. Let T:V->W be a linear transformation of an n-dimensional vector space V. to an m-dimensional vector space W.(where n≠ 0 and m≠0) and let 𝑆1 = {𝑣1, 𝑣2, … , 𝑣 𝑛} and 𝑆2 = {𝑤1, 𝑤2,…, 𝑤 𝑛} be bases for V and W respectively. If A is the standard matrix of this transformation then A=[[T(𝑣1) 𝑆2 ] [T(𝑣2) 𝑆2 ] … [T(𝑣 𝑛) 𝑆2 ]] (6)
  • 14. Standard basis for 𝑀33 are S={ 1 0 0 , 0 1 0 , 0 0 1 } Their linear transformations are 1 0 , −1 0 , 0 2 respectively. So the Standard matrix will be: A= 1 − 1 0 0 0 2
  • 15. A specific application of linear transformation is for geometric transformations, such as those performed in computer graphics, where the translation, rotation and scaling of 2D or 3D objects is performed by the use of a transformation matrix. Linear transformations also are used as a mechanism for describing change: for example in calculus correspond to derivatives; or in relativity, used as a device to keep track of the local transformations of reference frames. Another application of these transformations is in compiler optimizations of nested-loop code, and in parallelizing compiler techniques.