SlideShare a Scribd company logo
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)
Ad

More Related Content

What's hot (20)

Lesson 7: Vector-valued functions
Lesson 7: Vector-valued functionsLesson 7: Vector-valued functions
Lesson 7: Vector-valued functions
Matthew Leingang
 
Inner Product Space
Inner Product SpaceInner Product Space
Inner Product Space
Patel Raj
 
24 double integral over polar coordinate
24 double integral over polar coordinate24 double integral over polar coordinate
24 double integral over polar coordinate
math267
 
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
BinitAgarwala3
 
ppt on Vector spaces (VCLA) by dhrumil patel and harshid panchal
ppt on Vector spaces (VCLA) by dhrumil patel and harshid panchalppt on Vector spaces (VCLA) by dhrumil patel and harshid panchal
ppt on Vector spaces (VCLA) by dhrumil patel and harshid panchal
harshid panchal
 
Some fundamental theorems in Banach spaces and Hilbert spaces
Some fundamental theorems in Banach spaces and Hilbert spacesSome fundamental theorems in Banach spaces and Hilbert spaces
Some fundamental theorems in Banach spaces and Hilbert spaces
Sanjay Sharma
 
Inner product spaces
Inner product spacesInner product spaces
Inner product spaces
EasyStudy3
 
Vector space
Vector spaceVector space
Vector space
Jaimin Patel
 
Vector spaces
Vector spaces Vector spaces
Vector spaces
Jitin Pillai
 
Vector Spaces
Vector SpacesVector Spaces
Vector Spaces
Franklin College Mathematics and Computing Department
 
Chapter 5 Graphs (1).ppt
Chapter 5 Graphs (1).pptChapter 5 Graphs (1).ppt
Chapter 5 Graphs (1).ppt
ishan743441
 
Partial Derivatives
Partial DerivativesPartial Derivatives
Partial Derivatives
Aman Singh
 
introduction to differential equations
introduction to differential equationsintroduction to differential equations
introduction to differential equations
Emdadul Haque Milon
 
Conformal Mapping - Introduction & Examples
Conformal Mapping - Introduction & ExamplesConformal Mapping - Introduction & Examples
Conformal Mapping - Introduction & Examples
International Institute of Information Technology (I²IT)
 
Real Analysis II (Measure Theory) Notes
Real Analysis II (Measure Theory) NotesReal Analysis II (Measure Theory) Notes
Real Analysis II (Measure Theory) Notes
Prakash Dabhi
 
Linear dependence & independence vectors
Linear dependence & independence vectorsLinear dependence & independence vectors
Linear dependence & independence vectors
Rakib Hossain
 
Vector space
Vector spaceVector space
Vector space
Mehedi Hasan Raju
 
Probability and stochastic processes 3rd edition Quiz Solutions
Probability and stochastic processes 3rd edition Quiz SolutionsProbability and stochastic processes 3rd edition Quiz Solutions
Probability and stochastic processes 3rd edition Quiz Solutions
Christopher Whitworth
 
Inner product spaces
Inner product spacesInner product spaces
Inner product spaces
gidc engineering college
 
Vector Spaces,subspaces,Span,Basis
Vector Spaces,subspaces,Span,BasisVector Spaces,subspaces,Span,Basis
Vector Spaces,subspaces,Span,Basis
Ravi Gelani
 
Lesson 7: Vector-valued functions
Lesson 7: Vector-valued functionsLesson 7: Vector-valued functions
Lesson 7: Vector-valued functions
Matthew Leingang
 
Inner Product Space
Inner Product SpaceInner Product Space
Inner Product Space
Patel Raj
 
24 double integral over polar coordinate
24 double integral over polar coordinate24 double integral over polar coordinate
24 double integral over polar coordinate
math267
 
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
BinitAgarwala3
 
ppt on Vector spaces (VCLA) by dhrumil patel and harshid panchal
ppt on Vector spaces (VCLA) by dhrumil patel and harshid panchalppt on Vector spaces (VCLA) by dhrumil patel and harshid panchal
ppt on Vector spaces (VCLA) by dhrumil patel and harshid panchal
harshid panchal
 
Some fundamental theorems in Banach spaces and Hilbert spaces
Some fundamental theorems in Banach spaces and Hilbert spacesSome fundamental theorems in Banach spaces and Hilbert spaces
Some fundamental theorems in Banach spaces and Hilbert spaces
Sanjay Sharma
 
Inner product spaces
Inner product spacesInner product spaces
Inner product spaces
EasyStudy3
 
Chapter 5 Graphs (1).ppt
Chapter 5 Graphs (1).pptChapter 5 Graphs (1).ppt
Chapter 5 Graphs (1).ppt
ishan743441
 
Partial Derivatives
Partial DerivativesPartial Derivatives
Partial Derivatives
Aman Singh
 
introduction to differential equations
introduction to differential equationsintroduction to differential equations
introduction to differential equations
Emdadul Haque Milon
 
Real Analysis II (Measure Theory) Notes
Real Analysis II (Measure Theory) NotesReal Analysis II (Measure Theory) Notes
Real Analysis II (Measure Theory) Notes
Prakash Dabhi
 
Linear dependence & independence vectors
Linear dependence & independence vectorsLinear dependence & independence vectors
Linear dependence & independence vectors
Rakib Hossain
 
Probability and stochastic processes 3rd edition Quiz Solutions
Probability and stochastic processes 3rd edition Quiz SolutionsProbability and stochastic processes 3rd edition Quiz Solutions
Probability and stochastic processes 3rd edition Quiz Solutions
Christopher Whitworth
 
Vector Spaces,subspaces,Span,Basis
Vector Spaces,subspaces,Span,BasisVector Spaces,subspaces,Span,Basis
Vector Spaces,subspaces,Span,Basis
Ravi Gelani
 

Similar to Linear transforamtion and it,s applications.(VCLA) (20)

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 transformation
mansi acharya
 
Linear transformation.ppt
Linear transformation.pptLinear transformation.ppt
Linear transformation.ppt
Raj 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.pdf
HirunManujaya
 
Proyecto parcial iii_ proyecciones lineales
Proyecto parcial iii_ proyecciones linealesProyecto parcial iii_ proyecciones lineales
Proyecto parcial iii_ proyecciones lineales
JOSUESANTIAGOPILLAJO
 
Range-NUllity-and-Rank.pptx
Range-NUllity-and-Rank.pptxRange-NUllity-and-Rank.pptx
Range-NUllity-and-Rank.pptx
MaryHarleneBanate
 
linear transfermation.pptx
linear transfermation.pptxlinear transfermation.pptx
linear transfermation.pptx
Umme habiba
 
Linear Transformation Linear Algebra.pptx
Linear Transformation Linear Algebra.pptxLinear Transformation Linear Algebra.pptx
Linear Transformation Linear Algebra.pptx
ssuser362a24
 
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
ezhilvizhiyan
 
EC8352-Signals and Systems - Laplace transform
EC8352-Signals and Systems - Laplace transformEC8352-Signals and Systems - Laplace transform
EC8352-Signals and Systems - Laplace transform
NimithaSoman
 
Comparison Theorems for SDEs
Comparison Theorems for SDEs Comparison Theorems for SDEs
Comparison Theorems for SDEs
Ilya Gikhman
 
Laplace_1.ppt
Laplace_1.pptLaplace_1.ppt
Laplace_1.ppt
cantatebrugyral
 
EM3 mini project Laplace Transform
EM3 mini project Laplace TransformEM3 mini project Laplace Transform
EM3 mini project Laplace Transform
Aditi523129
 
research paper publication
research paper publicationresearch paper publication
research paper publication
samuu45sam
 
Wide sense stationary process in digital communication
Wide sense stationary process in digital communicationWide sense stationary process in digital communication
Wide sense stationary process in digital communication
VitthalGavhane1
 
The wave equation
The wave equationThe wave equation
The wave equation
Dhaval Jalalpara
 
digital control Chapter 2 slide
digital control Chapter 2 slidedigital control Chapter 2 slide
digital control Chapter 2 slide
asyrafjpk
 
torsionbinormalnotes
torsionbinormalnotestorsionbinormalnotes
torsionbinormalnotes
Jeremy 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) - Q
IOSR Journals
 
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 transformation
mansi acharya
 
Linear transformation.ppt
Linear transformation.pptLinear transformation.ppt
Linear transformation.ppt
Raj 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.pdf
HirunManujaya
 
Proyecto parcial iii_ proyecciones lineales
Proyecto parcial iii_ proyecciones linealesProyecto parcial iii_ proyecciones lineales
Proyecto parcial iii_ proyecciones lineales
JOSUESANTIAGOPILLAJO
 
linear transfermation.pptx
linear transfermation.pptxlinear transfermation.pptx
linear transfermation.pptx
Umme habiba
 
Linear Transformation Linear Algebra.pptx
Linear Transformation Linear Algebra.pptxLinear Transformation Linear Algebra.pptx
Linear Transformation Linear Algebra.pptx
ssuser362a24
 
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
ezhilvizhiyan
 
EC8352-Signals and Systems - Laplace transform
EC8352-Signals and Systems - Laplace transformEC8352-Signals and Systems - Laplace transform
EC8352-Signals and Systems - Laplace transform
NimithaSoman
 
Comparison Theorems for SDEs
Comparison Theorems for SDEs Comparison Theorems for SDEs
Comparison Theorems for SDEs
Ilya Gikhman
 
EM3 mini project Laplace Transform
EM3 mini project Laplace TransformEM3 mini project Laplace Transform
EM3 mini project Laplace Transform
Aditi523129
 
research paper publication
research paper publicationresearch paper publication
research paper publication
samuu45sam
 
Wide sense stationary process in digital communication
Wide sense stationary process in digital communicationWide sense stationary process in digital communication
Wide sense stationary process in digital communication
VitthalGavhane1
 
digital control Chapter 2 slide
digital control Chapter 2 slidedigital control Chapter 2 slide
digital control Chapter 2 slide
asyrafjpk
 
torsionbinormalnotes
torsionbinormalnotestorsionbinormalnotes
torsionbinormalnotes
Jeremy 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) - Q
IOSR Journals
 
Ad

Recently uploaded (20)

ANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptx
ANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptxANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptx
ANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptx
Mayuri Chavan
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...
BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...
BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...
Nguyen Thanh Tu Collection
 
How to Manage Amounts in Local Currency in Odoo 18 Purchase
How to Manage Amounts in Local Currency in Odoo 18 PurchaseHow to Manage Amounts in Local Currency in Odoo 18 Purchase
How to Manage Amounts in Local Currency in Odoo 18 Purchase
Celine George
 
puzzle Irregular Verbs- Simple Past Tense
puzzle Irregular Verbs- Simple Past Tensepuzzle Irregular Verbs- Simple Past Tense
puzzle Irregular Verbs- Simple Past Tense
OlgaLeonorTorresSnch
 
U3 ANTITUBERCULAR DRUGS Pharmacology 3.pptx
U3 ANTITUBERCULAR DRUGS Pharmacology 3.pptxU3 ANTITUBERCULAR DRUGS Pharmacology 3.pptx
U3 ANTITUBERCULAR DRUGS Pharmacology 3.pptx
Mayuri Chavan
 
TERMINOLOGIES,GRIEF PROCESS AND LOSS AMD ITS TYPES .pptx
TERMINOLOGIES,GRIEF PROCESS AND LOSS AMD ITS TYPES .pptxTERMINOLOGIES,GRIEF PROCESS AND LOSS AMD ITS TYPES .pptx
TERMINOLOGIES,GRIEF PROCESS AND LOSS AMD ITS TYPES .pptx
PoojaSen20
 
Classification of mental disorder in 5th semester bsc. nursing and also used ...
Classification of mental disorder in 5th semester bsc. nursing and also used ...Classification of mental disorder in 5th semester bsc. nursing and also used ...
Classification of mental disorder in 5th semester bsc. nursing and also used ...
parmarjuli1412
 
The role of wall art in interior designing
The role of wall art in interior designingThe role of wall art in interior designing
The role of wall art in interior designing
meghaark2110
 
How to Share Accounts Between Companies in Odoo 18
How to Share Accounts Between Companies in Odoo 18How to Share Accounts Between Companies in Odoo 18
How to Share Accounts Between Companies in Odoo 18
Celine George
 
CNS infections (encephalitis, meningitis & Brain abscess
CNS infections (encephalitis, meningitis & Brain abscessCNS infections (encephalitis, meningitis & Brain abscess
CNS infections (encephalitis, meningitis & Brain abscess
Mohamed Rizk Khodair
 
Drugs in Anaesthesia and Intensive Care,.pdf
Drugs in Anaesthesia and Intensive Care,.pdfDrugs in Anaesthesia and Intensive Care,.pdf
Drugs in Anaesthesia and Intensive Care,.pdf
crewot855
 
spinal cord disorders (Myelopathies and radiculoapthies)
spinal cord disorders (Myelopathies and radiculoapthies)spinal cord disorders (Myelopathies and radiculoapthies)
spinal cord disorders (Myelopathies and radiculoapthies)
Mohamed Rizk Khodair
 
Module 1: Foundations of Research
Module 1: Foundations of ResearchModule 1: Foundations of Research
Module 1: Foundations of Research
drroxannekemp
 
Origin of Brahmi script: A breaking down of various theories
Origin of Brahmi script: A breaking down of various theoriesOrigin of Brahmi script: A breaking down of various theories
Origin of Brahmi script: A breaking down of various theories
PrachiSontakke5
 
The History of Kashmir Karkota Dynasty NEP.pptx
The History of Kashmir Karkota Dynasty NEP.pptxThe History of Kashmir Karkota Dynasty NEP.pptx
The History of Kashmir Karkota Dynasty NEP.pptx
Arya Mahila P. G. College, Banaras Hindu University, Varanasi, India.
 
LDMMIA Reiki Yoga S5 Daily Living Workshop
LDMMIA Reiki Yoga S5 Daily Living WorkshopLDMMIA Reiki Yoga S5 Daily Living Workshop
LDMMIA Reiki Yoga S5 Daily Living Workshop
LDM Mia eStudios
 
How to Create Kanban View in Odoo 18 - Odoo Slides
How to Create Kanban View in Odoo 18 - Odoo SlidesHow to Create Kanban View in Odoo 18 - Odoo Slides
How to Create Kanban View in Odoo 18 - Odoo Slides
Celine George
 
Ancient Stone Sculptures of India: As a Source of Indian History
Ancient Stone Sculptures of India: As a Source of Indian HistoryAncient Stone Sculptures of India: As a Source of Indian History
Ancient Stone Sculptures of India: As a Source of Indian History
Virag Sontakke
 
How to Configure Public Holidays & Mandatory Days in Odoo 18
How to Configure Public Holidays & Mandatory Days in Odoo 18How to Configure Public Holidays & Mandatory Days in Odoo 18
How to Configure Public Holidays & Mandatory Days in Odoo 18
Celine George
 
Pope Leo XIV, the first Pope from North America.pptx
Pope Leo XIV, the first Pope from North America.pptxPope Leo XIV, the first Pope from North America.pptx
Pope Leo XIV, the first Pope from North America.pptx
Martin M Flynn
 
ANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptx
ANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptxANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptx
ANTI-VIRAL DRUGS unit 3 Pharmacology 3.pptx
Mayuri Chavan
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...
BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...
BÀI TẬP BỔ TRỢ TIẾNG ANH 9 THEO ĐƠN VỊ BÀI HỌC - GLOBAL SUCCESS - CẢ NĂM (TỪ...
Nguyen Thanh Tu Collection
 
How to Manage Amounts in Local Currency in Odoo 18 Purchase
How to Manage Amounts in Local Currency in Odoo 18 PurchaseHow to Manage Amounts in Local Currency in Odoo 18 Purchase
How to Manage Amounts in Local Currency in Odoo 18 Purchase
Celine George
 
puzzle Irregular Verbs- Simple Past Tense
puzzle Irregular Verbs- Simple Past Tensepuzzle Irregular Verbs- Simple Past Tense
puzzle Irregular Verbs- Simple Past Tense
OlgaLeonorTorresSnch
 
U3 ANTITUBERCULAR DRUGS Pharmacology 3.pptx
U3 ANTITUBERCULAR DRUGS Pharmacology 3.pptxU3 ANTITUBERCULAR DRUGS Pharmacology 3.pptx
U3 ANTITUBERCULAR DRUGS Pharmacology 3.pptx
Mayuri Chavan
 
TERMINOLOGIES,GRIEF PROCESS AND LOSS AMD ITS TYPES .pptx
TERMINOLOGIES,GRIEF PROCESS AND LOSS AMD ITS TYPES .pptxTERMINOLOGIES,GRIEF PROCESS AND LOSS AMD ITS TYPES .pptx
TERMINOLOGIES,GRIEF PROCESS AND LOSS AMD ITS TYPES .pptx
PoojaSen20
 
Classification of mental disorder in 5th semester bsc. nursing and also used ...
Classification of mental disorder in 5th semester bsc. nursing and also used ...Classification of mental disorder in 5th semester bsc. nursing and also used ...
Classification of mental disorder in 5th semester bsc. nursing and also used ...
parmarjuli1412
 
The role of wall art in interior designing
The role of wall art in interior designingThe role of wall art in interior designing
The role of wall art in interior designing
meghaark2110
 
How to Share Accounts Between Companies in Odoo 18
How to Share Accounts Between Companies in Odoo 18How to Share Accounts Between Companies in Odoo 18
How to Share Accounts Between Companies in Odoo 18
Celine George
 
CNS infections (encephalitis, meningitis & Brain abscess
CNS infections (encephalitis, meningitis & Brain abscessCNS infections (encephalitis, meningitis & Brain abscess
CNS infections (encephalitis, meningitis & Brain abscess
Mohamed Rizk Khodair
 
Drugs in Anaesthesia and Intensive Care,.pdf
Drugs in Anaesthesia and Intensive Care,.pdfDrugs in Anaesthesia and Intensive Care,.pdf
Drugs in Anaesthesia and Intensive Care,.pdf
crewot855
 
spinal cord disorders (Myelopathies and radiculoapthies)
spinal cord disorders (Myelopathies and radiculoapthies)spinal cord disorders (Myelopathies and radiculoapthies)
spinal cord disorders (Myelopathies and radiculoapthies)
Mohamed Rizk Khodair
 
Module 1: Foundations of Research
Module 1: Foundations of ResearchModule 1: Foundations of Research
Module 1: Foundations of Research
drroxannekemp
 
Origin of Brahmi script: A breaking down of various theories
Origin of Brahmi script: A breaking down of various theoriesOrigin of Brahmi script: A breaking down of various theories
Origin of Brahmi script: A breaking down of various theories
PrachiSontakke5
 
LDMMIA Reiki Yoga S5 Daily Living Workshop
LDMMIA Reiki Yoga S5 Daily Living WorkshopLDMMIA Reiki Yoga S5 Daily Living Workshop
LDMMIA Reiki Yoga S5 Daily Living Workshop
LDM Mia eStudios
 
How to Create Kanban View in Odoo 18 - Odoo Slides
How to Create Kanban View in Odoo 18 - Odoo SlidesHow to Create Kanban View in Odoo 18 - Odoo Slides
How to Create Kanban View in Odoo 18 - Odoo Slides
Celine George
 
Ancient Stone Sculptures of India: As a Source of Indian History
Ancient Stone Sculptures of India: As a Source of Indian HistoryAncient Stone Sculptures of India: As a Source of Indian History
Ancient Stone Sculptures of India: As a Source of Indian History
Virag Sontakke
 
How to Configure Public Holidays & Mandatory Days in Odoo 18
How to Configure Public Holidays & Mandatory Days in Odoo 18How to Configure Public Holidays & Mandatory Days in Odoo 18
How to Configure Public Holidays & Mandatory Days in Odoo 18
Celine George
 
Pope Leo XIV, the first Pope from North America.pptx
Pope Leo XIV, the first Pope from North America.pptxPope Leo XIV, the first Pope from North America.pptx
Pope Leo XIV, the first Pope from North America.pptx
Martin M Flynn
 
Ad

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.
  翻译: