SlideShare a Scribd company logo
Adv. Engg. Mathematics
MTH-812 Orthogonal Subspaces
Dr. Yasir Ali (yali@ceme.nust.edu.pk)
DBS&H, CEME-NUST
November 20, 2017
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
Geometric concepts of length, distance and perpendicularity
Vectors in Rn
Let u and v be vectors in Rn then they must be of the matrices of
order n × 1.
Transpose of u and v is of order 1 × n
The product of uT v is of order 1 × 1, which is a scalar.
Let
u =





u1
u2
...
un





and v =





v1
v2
...
vn





uT
.v = u1 u2 · · · un .





v1
v2
...
vn





= u1v1 + u2v2 + · · · + unvn
scalar
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
Inner Product of u and v
Inner Product of u and v is written as u, v and is defined as follows
uT
.v = u1 u2 · · · un .





v1
v2
...
vn





= u1v1 + u2v2 + · · · + unvn
scalar
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
Inner Product of u and v
Inner Product of u and v is written as u, v and is defined as follows
uT
.v = u1 u2 · · · un .





v1
v2
...
vn





= u1v1 + u2v2 + · · · + unvn
scalar
Similarly
v, u = vT
.u = v1u1 + v2u2 + · · · + vnun
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
Inner Product of u and v
Inner Product of u and v is written as u, v and is defined as follows
uT
.v = u1 u2 · · · un .





v1
v2
...
vn





= u1v1 + u2v2 + · · · + unvn
scalar
Similarly
v, u = vT
.u = v1u1 + v2u2 + · · · + vnun
Compute u.v and v.u, where
u = 2 −5 −1
T
and v = 3 2 −3
T
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
Theorem
Let u, v and w be vectors in Rn and c be any scalar then
1 u, v = v, u
2 u, v , w = u, < v, w
3 cu, v = c u, v = u, cv
4 u, u ≥ 0, and u, u = 0 if and only if u = 0
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
Length of a vector in Rn
If v ∈ Rn with entries v1, v2, · · · , vn, then
The length of v is a nonnegative scalar ||v|| defined by
||v|| = v2
1 + v2
2 + · · · + v2
n =
n
i=1
v2
i
1
2
||v||2
= v, v also ||cv|| = c||v||
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
If ||v|| = 1 or, equivalently, if v, v = 1, then v is called a unit vector
and it is said to be normalized.
Every nonzero vector v in V can be multiplied by the reciprocal of its
length to obtain the unit vector
ˆv =
1
||v||
v
which is a positive multiple of v. This process is called normalizing v.
Example
Let v = (1, −2, 2, 0). Find a unit vector in the direction of v.
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
Distance between u and v
For u and v in Rn, the distance between u and v, written as dist(u.v), is
the length of vector u − v. That is
dist(u, v) = ||u − v||
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
Distance between u and v
For u and v in Rn, the distance between u and v, written as dist(u.v), is
the length of vector u − v. That is
dist(u, v) = ||u − v||
In R2 and R3 the definition of distance coincides with usual formulae
of Euclidean distance between two points.
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
Distance between u and v
For u and v in Rn, the distance between u and v, written as dist(u.v), is
the length of vector u − v. That is
dist(u, v) = ||u − v||
In R2 and R3 the definition of distance coincides with usual formulae
of Euclidean distance between two points.
Example
Compute the distance between u = (7, 1) and v = (3, 2).
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
Perpendicular Lines
Consider two lines through origin determined by the vectors u and v.
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
Perpendicular Lines
Consider two lines through origin determined by the vectors u and v.
Two lines are geometri-
cally perpendicular if dis-
tance between u and v is
same as distance between
u and −v. That is
dist(u, v) = dist(u, −v) ⇒ ||u − v|| = ||u − (−v)||
||u − v|| = ||u + v|| ⇒ u − v, u − v = u + v, u + v
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
Perpendicular Lines
Consider two lines through origin determined by the vectors u and v.
Two lines are geometri-
cally perpendicular if dis-
tance between u and v is
same as distance between
u and −v. That is
dist(u, v) = dist(u, −v) ⇒ ||u − v|| = ||u − (−v)||
||u − v|| = ||u + v|| ⇒ u − v, u − v = u + v, u + v
Simplification gives us
||u||2
+ ||v||2
− 2 u, v = ||u||2
+ ||v||2
+ 2 u, v
u, v = 0
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
Two vectors u and v in Rn
are orthogonal(to each other) if
u, v = 0.
The Pythagorean Theorem
Two vectors u and v in Rn are orthogonal if and only if
||u + v||2
= ||u||2
+ ||v||2
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
Orthogonal Complements
If a vector z is orthogonal to every vector in a subspace W then z is said to
be Orthogonal to W
The set of all vectors z orthogonal to W is said to be Orthogonal
Complement of W and is denoted by W⊥
W⊥
= z z, w = 0, ∀w ∈ W
Two important features of W⊥
A vector x is in W⊥ if x is orthogonal to every vector in a set that
span W
W⊥ is a subspace of Rn.
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
Orthogonal and Orthonormal
Consider a set S = {u1, u2, · · · , ur} of nonzero vectors in an inner product
space V .
S is called orthogonal if each pair of vectors in S are orthogonal
S is called orthonormal if S is orthogonal and each vector in S
has unit length.
That is,
Orthogonal: ui, uj = 0 for i = j
Orthonormal: ui, uj =
0, i = j;
1, otherwise.
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
Orthogonal and Orthonormal
Consider a set S = {u1, u2, · · · , ur} of nonzero vectors in an inner product
space V .
S is called orthogonal if each pair of vectors in S are orthogonal
S is called orthonormal if S is orthogonal and each vector in S
has unit length.
That is,
Orthogonal: ui, uj = 0 for i = j
Orthonormal: ui, uj =
0, i = j;
1, otherwise.
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
Important Results
Theorem
Suppose S is an orthogonal set of nonzero vectors. Then S is linearly
independent.
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
Important Results
Theorem
Suppose S is an orthogonal set of nonzero vectors. Then S is linearly
independent.
Theorem (Pythagoras)
Suppose {u1, u2, · · · , ur} is a set of orthogonal vectors then
||u1 + u2 + · · · + ur||2
= ||u1||2
+ ||u2||2
+ · · · + ||ur||2
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
Orthogonal Basis
An orthogonal basis for W is basis for W that is also an orthogonal set.
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
Orthogonal Basis
An orthogonal basis for W is basis for W that is also an orthogonal set.
Example
Check whether or not following vectors, of R3, are orthogonal basis
u1 = (1, 2, 1), u2 = (2, 1, −4), u3 = (3, −2, 1).
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
Orthogonal Basis
An orthogonal basis for W is basis for W that is also an orthogonal set.
Example
Check whether or not following vectors, of R3, are orthogonal basis
u1 = (1, 2, 1), u2 = (2, 1, −4), u3 = (3, −2, 1).
We have to check following three conditions that given vectors are:
1 Linearly independent
2 Spans R3
3 Orthogonal set
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
Theorem
Let {u1, u2, · · · , ur} be an orthogonal basis of V . Then, for any v ∈ V ,
v =
v, u1
u1, u1
u1 +
v, u2
u2, u2
u2 + · · · +
v, ur
ur, ur
ur.
The scalar ki = v,ui
ui,ui
is called the Fourier coefficient of v with respect
to ui, because it is analogous to a coefficient in the Fourier series of a
function.
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
Projection
Let V be an inner product space. Suppose w is a given nonzero vector in
V , and suppose v is another vector.
We seek the “projection of v along w”, which, as indicated in Fig,
will be the multiple cw of w such that
v = v − cw is orthogonal to w.
This means
v , w = 0
v − cw, w = 0
v, w − c w, w = 0
c =
v, w
w, w
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
Projection
Let V be an inner product space. Suppose w is a given nonzero vector in
V , and suppose v is another vector.
We seek the “projection of v along w”, which, as indicated in Fig,
will be the multiple cw of w such that
v = v − cw is orthogonal to w.
This means
v , w = 0
v − cw, w = 0
v, w − c w, w = 0
c =
v, w
w, w
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
Accordingly, the projection of v along w is denoted and defined by
proj(v, w) = cw =
v, w
w, w
w
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
Theorem (Gram-Schmidt Orthogonalization Process)
Suppose Suppose {u1, u2, · · · , un} is a basis of an inner product space
V . One can use this basis to construct an orthogonal basis
{w1, w2, · · · , wn} of V as follows. Set
w1 = u1
w2 = u2 −
u2, w1
w1, w1
w1
w3 = u3 −
u3, w1
w1, w1
w1 −
u3, w2
w2, w2
w2
. . .
wn = un −
un, w1
w1, w1
w1 −
un, w2
w2, w2
w2 − · · · −
un, wn−1
wn−1, wn−1
wn−1
In other words, for k = 2, 3, · · · n, we define
wk = uk − ck1w1 − ck2w2 − · · · − ckk−1wk−1, where cki =
uk, wi
wi, wi
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
Inner Product Spaces
Function Space C[a, b] and Polynomial Space P(t)
The notation C[a, b] is used to denote the vector space of all continuous
functions on the closed interval [a, b], that is, where a ≤ t ≤ b. The
following defines an inner product on C[a, b], where f(t) and g(t) are
functions in C[a, b]
f, g =
b
a
f(t)g(t)dt.
It is called the usual inner product on C[a, b].
Example (Consider f(t) = 3t − 5 and g(t) = t2 in P(t) with the inner
product
f, g =
1
0
f(t)g(t)dt.
Find f, g and ||f||.)
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
Inner Product Spaces
Function Space C[a, b] and Polynomial Space P(t)
The notation C[a, b] is used to denote the vector space of all continuous
functions on the closed interval [a, b], that is, where a ≤ t ≤ b. The
following defines an inner product on C[a, b], where f(t) and g(t) are
functions in C[a, b]
f, g =
b
a
f(t)g(t)dt.
It is called the usual inner product on C[a, b].
Example (Consider f(t) = 3t − 5 and g(t) = t2 in P(t) with the inner
product
f, g =
1
0
f(t)g(t)dt.
Find f, g and ||f||.)
f, g is given whereas ||f||2 = f, f
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
Inner Product Spaces
Matrix Space M = Mm×n
Let M = Mm×n, the vector space of all real m × n matrices. An inner
product is defined on M by
A, B = tr(BT
A)
where, as usual, tr() is the trace ⇒ the sum of the diagonal elements.
Hilbert Space
Let V be the vector space of all infinite sequences of real numbers
(a1, a2, a3, · · · ) satisfying
∞
i=1
a2
i = a2
1 + a2
2 + a2
3 + · · · < ∞
that is, the sum converges. This inner product space is called l2-space
or Hilbert space.
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
Orthogonal and Positive Definite Matrices
Orthogonal Matrices
A real matrix P is orthogonal if P is nonsingular and
P−1
= PT
, or, in other words, if PPT
= PT
P = I.
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
Orthogonal and Positive Definite Matrices
Orthogonal Matrices
A real matrix P is orthogonal if P is nonsingular and
P−1
= PT
, or, in other words, if PPT
= PT
P = I.
Let P be a real matrix. Then the following are equivalent:
(a) P is orthogonal
(b) the rows of P form an orthonormal set
(c) the columns of P form an orthonormal set.
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
Positive Definite Matrices
Let A be a real symmetric matrix; that is, AT A. Then A is said to be
positive definite if, for every nonzero vector u in Rn,
u, Au = uT
Au > 0.
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
Norms on Rn
and Cn
The following define three important norms on Rn and Cn
:
||(a1, · · · , an)||∞ = max (|ai|)
||(a1, · · · , an)||1 = |a1| + |a2| + · · · + |an|
||(a1, · · · , an)||2 = |a1|2 + |a2|2 + · · · + |an|2
The norms ||.||∞, ||.||1, and ||.||2 are called the infinity-norm, one-norm,
and two-norm, respectively.
The distance between two vectors u and v in V is denoted and defined
by d(u, v) = ||u − v||
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
Norms on Rn
and Cn
The following define three important norms on Rn and Cn
:
||(a1, · · · , an)||∞ = max (|ai|)
||(a1, · · · , an)||1 = |a1| + |a2| + · · · + |an|
||(a1, · · · , an)||2 = |a1|2 + |a2|2 + · · · + |an|2
The norms ||.||∞, ||.||1, and ||.||2 are called the infinity-norm, one-norm,
and two-norm, respectively.
The distance between two vectors u and v in V is denoted and defined
by d(u, v) = ||u − v||
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
Consider the Cartesian plane R2 shown
in Fig
Let D1 be the set of points
u = (x, y) in R2 such that
||u||2 = 1, that is,
x2 + y2 = 1(unit circle).
Let D2 be the set of points
u = (x, y) in R2 such that
||u||1 = 1, that is, |x| + |y| = 1.
Thus, D2 is the diamond inside
the unit circle
Let D3 be the set of points
u = (x, y) in R2 such that
||u||∞ = 1, that is,
max (|x|, |y|) = 1. Thus, D3 is the
square circumscribing the unit
circle
Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics

More Related Content

What's hot

Separation Axioms
Separation AxiomsSeparation Axioms
Separation Axioms
Karel Ha
 
Matrices ppt
Matrices pptMatrices ppt
Matrices ppt
aakashray33
 
Complex Numbers and Functions. Complex Differentiation
Complex Numbers and Functions. Complex DifferentiationComplex Numbers and Functions. Complex Differentiation
Complex Numbers and Functions. Complex Differentiation
Hesham Ali
 
Hall Effect Experiment
Hall Effect Experiment  Hall Effect Experiment
Hall Effect Experiment
Deepak Gupta
 
Linear transformation.ppt
Linear transformation.pptLinear transformation.ppt
Linear transformation.ppt
Raj Parekh
 
1 complex numbers
1 complex numbers 1 complex numbers
1 complex numbers
gandhinagar
 
Matrices And Application Of Matrices
Matrices And Application Of MatricesMatrices And Application Of Matrices
Matrices And Application Of Matrices
mailrenuka
 
Linear algebra-Basis & Dimension
Linear algebra-Basis & DimensionLinear algebra-Basis & Dimension
Linear algebra-Basis & Dimension
Manikanta satyala
 
Beta gamma functions
Beta gamma functionsBeta gamma functions
Beta gamma functions
Dr. Nirav Vyas
 
Application of Matrices on Cryptography
Application of Matrices on CryptographyApplication of Matrices on Cryptography
Application of Matrices on Cryptography
Ram Gupta
 
USE OF MATRIX IN ROBOTICS
USE OF MATRIX IN ROBOTICSUSE OF MATRIX IN ROBOTICS
USE OF MATRIX IN ROBOTICS
Home
 
Logic
LogicLogic
Logic
Hamxi
 
Lu decomposition
Lu decompositionLu decomposition
Lu decomposition
gilandio
 
Linear Algebra Applications
Linear Algebra ApplicationsLinear Algebra Applications
Linear Algebra Applications
Ramesh Shashank
 
Matlab Workshop Presentation
Matlab Workshop PresentationMatlab Workshop Presentation
Matlab Workshop Presentation
Jairo Maldonado-Contreras
 
Vector spaces
Vector spacesVector spaces
Vector spaces
Quasar Chunawala
 
Hausdorff and Non-Hausdorff Spaces
Hausdorff and Non-Hausdorff SpacesHausdorff and Non-Hausdorff Spaces
Hausdorff and Non-Hausdorff Spaces
gizemk
 
Stoke’s theorem
Stoke’s theoremStoke’s theorem
Stoke’s theorem
Abhishek Chauhan
 
Application of Matrices
Application of MatricesApplication of Matrices
Application of Matrices
Mohammed Limdiwala
 
Gradient , Directional Derivative , Divergence , Curl
Gradient , Directional Derivative , Divergence , Curl Gradient , Directional Derivative , Divergence , Curl
Gradient , Directional Derivative , Divergence , Curl
VishalVishwakarma59
 

What's hot (20)

Separation Axioms
Separation AxiomsSeparation Axioms
Separation Axioms
 
Matrices ppt
Matrices pptMatrices ppt
Matrices ppt
 
Complex Numbers and Functions. Complex Differentiation
Complex Numbers and Functions. Complex DifferentiationComplex Numbers and Functions. Complex Differentiation
Complex Numbers and Functions. Complex Differentiation
 
Hall Effect Experiment
Hall Effect Experiment  Hall Effect Experiment
Hall Effect Experiment
 
Linear transformation.ppt
Linear transformation.pptLinear transformation.ppt
Linear transformation.ppt
 
1 complex numbers
1 complex numbers 1 complex numbers
1 complex numbers
 
Matrices And Application Of Matrices
Matrices And Application Of MatricesMatrices And Application Of Matrices
Matrices And Application Of Matrices
 
Linear algebra-Basis & Dimension
Linear algebra-Basis & DimensionLinear algebra-Basis & Dimension
Linear algebra-Basis & Dimension
 
Beta gamma functions
Beta gamma functionsBeta gamma functions
Beta gamma functions
 
Application of Matrices on Cryptography
Application of Matrices on CryptographyApplication of Matrices on Cryptography
Application of Matrices on Cryptography
 
USE OF MATRIX IN ROBOTICS
USE OF MATRIX IN ROBOTICSUSE OF MATRIX IN ROBOTICS
USE OF MATRIX IN ROBOTICS
 
Logic
LogicLogic
Logic
 
Lu decomposition
Lu decompositionLu decomposition
Lu decomposition
 
Linear Algebra Applications
Linear Algebra ApplicationsLinear Algebra Applications
Linear Algebra Applications
 
Matlab Workshop Presentation
Matlab Workshop PresentationMatlab Workshop Presentation
Matlab Workshop Presentation
 
Vector spaces
Vector spacesVector spaces
Vector spaces
 
Hausdorff and Non-Hausdorff Spaces
Hausdorff and Non-Hausdorff SpacesHausdorff and Non-Hausdorff Spaces
Hausdorff and Non-Hausdorff Spaces
 
Stoke’s theorem
Stoke’s theoremStoke’s theorem
Stoke’s theorem
 
Application of Matrices
Application of MatricesApplication of Matrices
Application of Matrices
 
Gradient , Directional Derivative , Divergence , Curl
Gradient , Directional Derivative , Divergence , Curl Gradient , Directional Derivative , Divergence , Curl
Gradient , Directional Derivative , Divergence , Curl
 

Similar to Orthogonal Vector Spaces

Lecture 12 orhogonality - 6.1 6.2 6.3
Lecture 12   orhogonality - 6.1 6.2 6.3Lecture 12   orhogonality - 6.1 6.2 6.3
Lecture 12 orhogonality - 6.1 6.2 6.3
njit-ronbrown
 
lec1.ppt
lec1.pptlec1.ppt
lec12.ppt
lec12.pptlec12.ppt
Properties of fuzzy inner product spaces
Properties of fuzzy inner product spacesProperties of fuzzy inner product spaces
Properties of fuzzy inner product spaces
ijfls
 
Linear Transformation Vector Matrices and Spaces
Linear Transformation Vector Matrices and SpacesLinear Transformation Vector Matrices and Spaces
Linear Transformation Vector Matrices and Spaces
Sohaib H. Khan
 
ANALISIS VECTORIAL.pdf
ANALISIS VECTORIAL.pdfANALISIS VECTORIAL.pdf
ANALISIS VECTORIAL.pdf
JHONFREDYGONZALEZ4
 
2. Linear Algebra for Machine Learning: Basis and Dimension
2. Linear Algebra for Machine Learning: Basis and Dimension2. Linear Algebra for Machine Learning: Basis and Dimension
2. Linear Algebra for Machine Learning: Basis and Dimension
Ceni Babaoglu, PhD
 
Vectors 1.pdf
Vectors 1.pdfVectors 1.pdf
Spherical interval-valued fuzzy bi-ideals of gamma near-rings
Spherical interval-valued fuzzy bi-ideals of gamma near-ringsSpherical interval-valued fuzzy bi-ideals of gamma near-rings
Spherical interval-valued fuzzy bi-ideals of gamma near-rings
Journal of Fuzzy Extension and Applications
 
A new axisymmetric finite element
A new axisymmetric finite elementA new axisymmetric finite element
A new axisymmetric finite element
Stefan Duprey
 
Chapter 12 Section 12.1 Three-Dimensional Coordinate Sys
Chapter 12 Section 12.1  Three-Dimensional Coordinate SysChapter 12 Section 12.1  Three-Dimensional Coordinate Sys
Chapter 12 Section 12.1 Three-Dimensional Coordinate Sys
EstelaJeffery653
 
Vectorspace in 2,3and n space
Vectorspace in 2,3and n spaceVectorspace in 2,3and n space
Vectorspace in 2,3and n space
Ahmad Saifullah
 
Inner product
Inner productInner product
Inner product
Dhrupal Patel
 
lec10.ppt
lec10.pptlec10.ppt
On uniformly continuous uniform space
On uniformly continuous uniform spaceOn uniformly continuous uniform space
On uniformly continuous uniform space
theijes
 
Vectors space definition with axiom classification
Vectors space definition with axiom classificationVectors space definition with axiom classification
Vectors space definition with axiom classification
kishor pokar
 
lec9.ppt
lec9.pptlec9.ppt
Some_Properties_for_the_Commutators_of_Special_Linear_Quantum_Groups (12).pdf
Some_Properties_for_the_Commutators_of_Special_Linear_Quantum_Groups (12).pdfSome_Properties_for_the_Commutators_of_Special_Linear_Quantum_Groups (12).pdf
Some_Properties_for_the_Commutators_of_Special_Linear_Quantum_Groups (12).pdf
mehsinatteya88
 
Vectors 2.pdf
Vectors 2.pdfVectors 2.pdf
lec7.ppt
lec7.pptlec7.ppt

Similar to Orthogonal Vector Spaces (20)

Lecture 12 orhogonality - 6.1 6.2 6.3
Lecture 12   orhogonality - 6.1 6.2 6.3Lecture 12   orhogonality - 6.1 6.2 6.3
Lecture 12 orhogonality - 6.1 6.2 6.3
 
lec1.ppt
lec1.pptlec1.ppt
lec1.ppt
 
lec12.ppt
lec12.pptlec12.ppt
lec12.ppt
 
Properties of fuzzy inner product spaces
Properties of fuzzy inner product spacesProperties of fuzzy inner product spaces
Properties of fuzzy inner product spaces
 
Linear Transformation Vector Matrices and Spaces
Linear Transformation Vector Matrices and SpacesLinear Transformation Vector Matrices and Spaces
Linear Transformation Vector Matrices and Spaces
 
ANALISIS VECTORIAL.pdf
ANALISIS VECTORIAL.pdfANALISIS VECTORIAL.pdf
ANALISIS VECTORIAL.pdf
 
2. Linear Algebra for Machine Learning: Basis and Dimension
2. Linear Algebra for Machine Learning: Basis and Dimension2. Linear Algebra for Machine Learning: Basis and Dimension
2. Linear Algebra for Machine Learning: Basis and Dimension
 
Vectors 1.pdf
Vectors 1.pdfVectors 1.pdf
Vectors 1.pdf
 
Spherical interval-valued fuzzy bi-ideals of gamma near-rings
Spherical interval-valued fuzzy bi-ideals of gamma near-ringsSpherical interval-valued fuzzy bi-ideals of gamma near-rings
Spherical interval-valued fuzzy bi-ideals of gamma near-rings
 
A new axisymmetric finite element
A new axisymmetric finite elementA new axisymmetric finite element
A new axisymmetric finite element
 
Chapter 12 Section 12.1 Three-Dimensional Coordinate Sys
Chapter 12 Section 12.1  Three-Dimensional Coordinate SysChapter 12 Section 12.1  Three-Dimensional Coordinate Sys
Chapter 12 Section 12.1 Three-Dimensional Coordinate Sys
 
Vectorspace in 2,3and n space
Vectorspace in 2,3and n spaceVectorspace in 2,3and n space
Vectorspace in 2,3and n space
 
Inner product
Inner productInner product
Inner product
 
lec10.ppt
lec10.pptlec10.ppt
lec10.ppt
 
On uniformly continuous uniform space
On uniformly continuous uniform spaceOn uniformly continuous uniform space
On uniformly continuous uniform space
 
Vectors space definition with axiom classification
Vectors space definition with axiom classificationVectors space definition with axiom classification
Vectors space definition with axiom classification
 
lec9.ppt
lec9.pptlec9.ppt
lec9.ppt
 
Some_Properties_for_the_Commutators_of_Special_Linear_Quantum_Groups (12).pdf
Some_Properties_for_the_Commutators_of_Special_Linear_Quantum_Groups (12).pdfSome_Properties_for_the_Commutators_of_Special_Linear_Quantum_Groups (12).pdf
Some_Properties_for_the_Commutators_of_Special_Linear_Quantum_Groups (12).pdf
 
Vectors 2.pdf
Vectors 2.pdfVectors 2.pdf
Vectors 2.pdf
 
lec7.ppt
lec7.pptlec7.ppt
lec7.ppt
 

More from Sohaib H. Khan

Langrange Interpolation Polynomials
Langrange Interpolation PolynomialsLangrange Interpolation Polynomials
Langrange Interpolation Polynomials
Sohaib H. Khan
 
Newtons Divided Difference Formulation
Newtons Divided Difference FormulationNewtons Divided Difference Formulation
Newtons Divided Difference Formulation
Sohaib H. Khan
 
Interpolation of Cubic Splines
Interpolation of Cubic SplinesInterpolation of Cubic Splines
Interpolation of Cubic Splines
Sohaib H. Khan
 
Production Planning, Scheduling and Control
Production Planning, Scheduling and ControlProduction Planning, Scheduling and Control
Production Planning, Scheduling and Control
Sohaib H. Khan
 
Cfd ch08 continuity equations
Cfd ch08  continuity equationsCfd ch08  continuity equations
Cfd ch08 continuity equations
Sohaib H. Khan
 
Cfd ch07 hyperbolic_implicit
Cfd ch07 hyperbolic_implicitCfd ch07 hyperbolic_implicit
Cfd ch07 hyperbolic_implicit
Sohaib H. Khan
 
Cfd ch06 hyperbolic-explicit_2d
Cfd ch06 hyperbolic-explicit_2dCfd ch06 hyperbolic-explicit_2d
Cfd ch06 hyperbolic-explicit_2d
Sohaib H. Khan
 
Cfd ch05 hyperbolic-explicit_1d
Cfd ch05 hyperbolic-explicit_1dCfd ch05 hyperbolic-explicit_1d
Cfd ch05 hyperbolic-explicit_1d
Sohaib H. Khan
 
Cfd ch04 d_elliptic
Cfd ch04 d_ellipticCfd ch04 d_elliptic
Cfd ch04 d_elliptic
Sohaib H. Khan
 
Cfd ch03 c_linear-algebra
Cfd ch03 c_linear-algebraCfd ch03 c_linear-algebra
Cfd ch03 c_linear-algebra
Sohaib H. Khan
 
Cfd ch02 b_parabolic-implicit
Cfd ch02 b_parabolic-implicitCfd ch02 b_parabolic-implicit
Cfd ch02 b_parabolic-implicit
Sohaib H. Khan
 
Cfd ch01 a_parabolic_explicit
Cfd ch01 a_parabolic_explicitCfd ch01 a_parabolic_explicit
Cfd ch01 a_parabolic_explicit
Sohaib H. Khan
 

More from Sohaib H. Khan (12)

Langrange Interpolation Polynomials
Langrange Interpolation PolynomialsLangrange Interpolation Polynomials
Langrange Interpolation Polynomials
 
Newtons Divided Difference Formulation
Newtons Divided Difference FormulationNewtons Divided Difference Formulation
Newtons Divided Difference Formulation
 
Interpolation of Cubic Splines
Interpolation of Cubic SplinesInterpolation of Cubic Splines
Interpolation of Cubic Splines
 
Production Planning, Scheduling and Control
Production Planning, Scheduling and ControlProduction Planning, Scheduling and Control
Production Planning, Scheduling and Control
 
Cfd ch08 continuity equations
Cfd ch08  continuity equationsCfd ch08  continuity equations
Cfd ch08 continuity equations
 
Cfd ch07 hyperbolic_implicit
Cfd ch07 hyperbolic_implicitCfd ch07 hyperbolic_implicit
Cfd ch07 hyperbolic_implicit
 
Cfd ch06 hyperbolic-explicit_2d
Cfd ch06 hyperbolic-explicit_2dCfd ch06 hyperbolic-explicit_2d
Cfd ch06 hyperbolic-explicit_2d
 
Cfd ch05 hyperbolic-explicit_1d
Cfd ch05 hyperbolic-explicit_1dCfd ch05 hyperbolic-explicit_1d
Cfd ch05 hyperbolic-explicit_1d
 
Cfd ch04 d_elliptic
Cfd ch04 d_ellipticCfd ch04 d_elliptic
Cfd ch04 d_elliptic
 
Cfd ch03 c_linear-algebra
Cfd ch03 c_linear-algebraCfd ch03 c_linear-algebra
Cfd ch03 c_linear-algebra
 
Cfd ch02 b_parabolic-implicit
Cfd ch02 b_parabolic-implicitCfd ch02 b_parabolic-implicit
Cfd ch02 b_parabolic-implicit
 
Cfd ch01 a_parabolic_explicit
Cfd ch01 a_parabolic_explicitCfd ch01 a_parabolic_explicit
Cfd ch01 a_parabolic_explicit
 

Recently uploaded

A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
adhitya5119
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Akanksha trivedi rama nursing college kanpur.
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
adhitya5119
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
PECB
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
Celine George
 
Smart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICTSmart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICT
simonomuemu
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
WaniBasim
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
amberjdewit93
 
DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
taiba qazi
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
Celine George
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
Colégio Santa Teresinha
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
Jean Carlos Nunes Paixão
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
IreneSebastianRueco1
 
Life upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for studentLife upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for student
NgcHiNguyn25
 

Recently uploaded (20)

A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
 
Smart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICTSmart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICT
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
 
DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
 
Life upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for studentLife upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for student
 

Orthogonal Vector Spaces

  • 1. Adv. Engg. Mathematics MTH-812 Orthogonal Subspaces Dr. Yasir Ali (yali@ceme.nust.edu.pk) DBS&H, CEME-NUST November 20, 2017 Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 2. Geometric concepts of length, distance and perpendicularity Vectors in Rn Let u and v be vectors in Rn then they must be of the matrices of order n × 1. Transpose of u and v is of order 1 × n The product of uT v is of order 1 × 1, which is a scalar. Let u =      u1 u2 ... un      and v =      v1 v2 ... vn      uT .v = u1 u2 · · · un .      v1 v2 ... vn      = u1v1 + u2v2 + · · · + unvn scalar Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 3. Inner Product of u and v Inner Product of u and v is written as u, v and is defined as follows uT .v = u1 u2 · · · un .      v1 v2 ... vn      = u1v1 + u2v2 + · · · + unvn scalar Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 4. Inner Product of u and v Inner Product of u and v is written as u, v and is defined as follows uT .v = u1 u2 · · · un .      v1 v2 ... vn      = u1v1 + u2v2 + · · · + unvn scalar Similarly v, u = vT .u = v1u1 + v2u2 + · · · + vnun Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 5. Inner Product of u and v Inner Product of u and v is written as u, v and is defined as follows uT .v = u1 u2 · · · un .      v1 v2 ... vn      = u1v1 + u2v2 + · · · + unvn scalar Similarly v, u = vT .u = v1u1 + v2u2 + · · · + vnun Compute u.v and v.u, where u = 2 −5 −1 T and v = 3 2 −3 T Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 6. Theorem Let u, v and w be vectors in Rn and c be any scalar then 1 u, v = v, u 2 u, v , w = u, < v, w 3 cu, v = c u, v = u, cv 4 u, u ≥ 0, and u, u = 0 if and only if u = 0 Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 7. Length of a vector in Rn If v ∈ Rn with entries v1, v2, · · · , vn, then The length of v is a nonnegative scalar ||v|| defined by ||v|| = v2 1 + v2 2 + · · · + v2 n = n i=1 v2 i 1 2 ||v||2 = v, v also ||cv|| = c||v|| Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 8. If ||v|| = 1 or, equivalently, if v, v = 1, then v is called a unit vector and it is said to be normalized. Every nonzero vector v in V can be multiplied by the reciprocal of its length to obtain the unit vector ˆv = 1 ||v|| v which is a positive multiple of v. This process is called normalizing v. Example Let v = (1, −2, 2, 0). Find a unit vector in the direction of v. Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 9. Distance between u and v For u and v in Rn, the distance between u and v, written as dist(u.v), is the length of vector u − v. That is dist(u, v) = ||u − v|| Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 10. Distance between u and v For u and v in Rn, the distance between u and v, written as dist(u.v), is the length of vector u − v. That is dist(u, v) = ||u − v|| In R2 and R3 the definition of distance coincides with usual formulae of Euclidean distance between two points. Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 11. Distance between u and v For u and v in Rn, the distance between u and v, written as dist(u.v), is the length of vector u − v. That is dist(u, v) = ||u − v|| In R2 and R3 the definition of distance coincides with usual formulae of Euclidean distance between two points. Example Compute the distance between u = (7, 1) and v = (3, 2). Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 12. Perpendicular Lines Consider two lines through origin determined by the vectors u and v. Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 13. Perpendicular Lines Consider two lines through origin determined by the vectors u and v. Two lines are geometri- cally perpendicular if dis- tance between u and v is same as distance between u and −v. That is dist(u, v) = dist(u, −v) ⇒ ||u − v|| = ||u − (−v)|| ||u − v|| = ||u + v|| ⇒ u − v, u − v = u + v, u + v Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 14. Perpendicular Lines Consider two lines through origin determined by the vectors u and v. Two lines are geometri- cally perpendicular if dis- tance between u and v is same as distance between u and −v. That is dist(u, v) = dist(u, −v) ⇒ ||u − v|| = ||u − (−v)|| ||u − v|| = ||u + v|| ⇒ u − v, u − v = u + v, u + v Simplification gives us ||u||2 + ||v||2 − 2 u, v = ||u||2 + ||v||2 + 2 u, v u, v = 0 Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 15. Two vectors u and v in Rn are orthogonal(to each other) if u, v = 0. The Pythagorean Theorem Two vectors u and v in Rn are orthogonal if and only if ||u + v||2 = ||u||2 + ||v||2 Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 16. Orthogonal Complements If a vector z is orthogonal to every vector in a subspace W then z is said to be Orthogonal to W The set of all vectors z orthogonal to W is said to be Orthogonal Complement of W and is denoted by W⊥ W⊥ = z z, w = 0, ∀w ∈ W Two important features of W⊥ A vector x is in W⊥ if x is orthogonal to every vector in a set that span W W⊥ is a subspace of Rn. Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 17. Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 18. Orthogonal and Orthonormal Consider a set S = {u1, u2, · · · , ur} of nonzero vectors in an inner product space V . S is called orthogonal if each pair of vectors in S are orthogonal S is called orthonormal if S is orthogonal and each vector in S has unit length. That is, Orthogonal: ui, uj = 0 for i = j Orthonormal: ui, uj = 0, i = j; 1, otherwise. Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 19. Orthogonal and Orthonormal Consider a set S = {u1, u2, · · · , ur} of nonzero vectors in an inner product space V . S is called orthogonal if each pair of vectors in S are orthogonal S is called orthonormal if S is orthogonal and each vector in S has unit length. That is, Orthogonal: ui, uj = 0 for i = j Orthonormal: ui, uj = 0, i = j; 1, otherwise. Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 20. Important Results Theorem Suppose S is an orthogonal set of nonzero vectors. Then S is linearly independent. Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 21. Important Results Theorem Suppose S is an orthogonal set of nonzero vectors. Then S is linearly independent. Theorem (Pythagoras) Suppose {u1, u2, · · · , ur} is a set of orthogonal vectors then ||u1 + u2 + · · · + ur||2 = ||u1||2 + ||u2||2 + · · · + ||ur||2 Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 22. Orthogonal Basis An orthogonal basis for W is basis for W that is also an orthogonal set. Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 23. Orthogonal Basis An orthogonal basis for W is basis for W that is also an orthogonal set. Example Check whether or not following vectors, of R3, are orthogonal basis u1 = (1, 2, 1), u2 = (2, 1, −4), u3 = (3, −2, 1). Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 24. Orthogonal Basis An orthogonal basis for W is basis for W that is also an orthogonal set. Example Check whether or not following vectors, of R3, are orthogonal basis u1 = (1, 2, 1), u2 = (2, 1, −4), u3 = (3, −2, 1). We have to check following three conditions that given vectors are: 1 Linearly independent 2 Spans R3 3 Orthogonal set Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 25. Theorem Let {u1, u2, · · · , ur} be an orthogonal basis of V . Then, for any v ∈ V , v = v, u1 u1, u1 u1 + v, u2 u2, u2 u2 + · · · + v, ur ur, ur ur. The scalar ki = v,ui ui,ui is called the Fourier coefficient of v with respect to ui, because it is analogous to a coefficient in the Fourier series of a function. Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 26. Projection Let V be an inner product space. Suppose w is a given nonzero vector in V , and suppose v is another vector. We seek the “projection of v along w”, which, as indicated in Fig, will be the multiple cw of w such that v = v − cw is orthogonal to w. This means v , w = 0 v − cw, w = 0 v, w − c w, w = 0 c = v, w w, w Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 27. Projection Let V be an inner product space. Suppose w is a given nonzero vector in V , and suppose v is another vector. We seek the “projection of v along w”, which, as indicated in Fig, will be the multiple cw of w such that v = v − cw is orthogonal to w. This means v , w = 0 v − cw, w = 0 v, w − c w, w = 0 c = v, w w, w Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 28. Accordingly, the projection of v along w is denoted and defined by proj(v, w) = cw = v, w w, w w Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 29. Theorem (Gram-Schmidt Orthogonalization Process) Suppose Suppose {u1, u2, · · · , un} is a basis of an inner product space V . One can use this basis to construct an orthogonal basis {w1, w2, · · · , wn} of V as follows. Set w1 = u1 w2 = u2 − u2, w1 w1, w1 w1 w3 = u3 − u3, w1 w1, w1 w1 − u3, w2 w2, w2 w2 . . . wn = un − un, w1 w1, w1 w1 − un, w2 w2, w2 w2 − · · · − un, wn−1 wn−1, wn−1 wn−1 In other words, for k = 2, 3, · · · n, we define wk = uk − ck1w1 − ck2w2 − · · · − ckk−1wk−1, where cki = uk, wi wi, wi Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 30. Inner Product Spaces Function Space C[a, b] and Polynomial Space P(t) The notation C[a, b] is used to denote the vector space of all continuous functions on the closed interval [a, b], that is, where a ≤ t ≤ b. The following defines an inner product on C[a, b], where f(t) and g(t) are functions in C[a, b] f, g = b a f(t)g(t)dt. It is called the usual inner product on C[a, b]. Example (Consider f(t) = 3t − 5 and g(t) = t2 in P(t) with the inner product f, g = 1 0 f(t)g(t)dt. Find f, g and ||f||.) Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 31. Inner Product Spaces Function Space C[a, b] and Polynomial Space P(t) The notation C[a, b] is used to denote the vector space of all continuous functions on the closed interval [a, b], that is, where a ≤ t ≤ b. The following defines an inner product on C[a, b], where f(t) and g(t) are functions in C[a, b] f, g = b a f(t)g(t)dt. It is called the usual inner product on C[a, b]. Example (Consider f(t) = 3t − 5 and g(t) = t2 in P(t) with the inner product f, g = 1 0 f(t)g(t)dt. Find f, g and ||f||.) f, g is given whereas ||f||2 = f, f Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 32. Inner Product Spaces Matrix Space M = Mm×n Let M = Mm×n, the vector space of all real m × n matrices. An inner product is defined on M by A, B = tr(BT A) where, as usual, tr() is the trace ⇒ the sum of the diagonal elements. Hilbert Space Let V be the vector space of all infinite sequences of real numbers (a1, a2, a3, · · · ) satisfying ∞ i=1 a2 i = a2 1 + a2 2 + a2 3 + · · · < ∞ that is, the sum converges. This inner product space is called l2-space or Hilbert space. Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 33. Orthogonal and Positive Definite Matrices Orthogonal Matrices A real matrix P is orthogonal if P is nonsingular and P−1 = PT , or, in other words, if PPT = PT P = I. Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 34. Orthogonal and Positive Definite Matrices Orthogonal Matrices A real matrix P is orthogonal if P is nonsingular and P−1 = PT , or, in other words, if PPT = PT P = I. Let P be a real matrix. Then the following are equivalent: (a) P is orthogonal (b) the rows of P form an orthonormal set (c) the columns of P form an orthonormal set. Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 35. Positive Definite Matrices Let A be a real symmetric matrix; that is, AT A. Then A is said to be positive definite if, for every nonzero vector u in Rn, u, Au = uT Au > 0. Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 36. Norms on Rn and Cn The following define three important norms on Rn and Cn : ||(a1, · · · , an)||∞ = max (|ai|) ||(a1, · · · , an)||1 = |a1| + |a2| + · · · + |an| ||(a1, · · · , an)||2 = |a1|2 + |a2|2 + · · · + |an|2 The norms ||.||∞, ||.||1, and ||.||2 are called the infinity-norm, one-norm, and two-norm, respectively. The distance between two vectors u and v in V is denoted and defined by d(u, v) = ||u − v|| Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 37. Norms on Rn and Cn The following define three important norms on Rn and Cn : ||(a1, · · · , an)||∞ = max (|ai|) ||(a1, · · · , an)||1 = |a1| + |a2| + · · · + |an| ||(a1, · · · , an)||2 = |a1|2 + |a2|2 + · · · + |an|2 The norms ||.||∞, ||.||1, and ||.||2 are called the infinity-norm, one-norm, and two-norm, respectively. The distance between two vectors u and v in V is denoted and defined by d(u, v) = ||u − v|| Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics
  • 38. Consider the Cartesian plane R2 shown in Fig Let D1 be the set of points u = (x, y) in R2 such that ||u||2 = 1, that is, x2 + y2 = 1(unit circle). Let D2 be the set of points u = (x, y) in R2 such that ||u||1 = 1, that is, |x| + |y| = 1. Thus, D2 is the diamond inside the unit circle Let D3 be the set of points u = (x, y) in R2 such that ||u||∞ = 1, that is, max (|x|, |y|) = 1. Thus, D3 is the square circumscribing the unit circle Dr. Yasir Ali (yali@ceme.nust.edu.pk) Adv. Engg. Mathematics