7 Flashcards

Inner products and orthogonality

1
Q

For x, y ∈ Rn, the inner product (sometimes called the dot product or scalar product) is
dened to be the number <x, y> given by

A

<x, y> = xTy = x1y1 + x2y2 + … + xnyn

Nb, The inner product is just a number, not another vector or
a matrix.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

An inner product on V is a mapping from (or operation on) pairs of vectors x, y to the real
numbers, the result of which is a real number denoted

<x, y>, which satises the following properties:

A

(i) <x, x> ≥ 0 for all x ∈ V , and <x, x> = 0 if and only if

  • *x** = 0, the zero vector of the vector space
    (ii) <x, y> = <y, x> for all x, y ∈ V
    (iii) <αx + βy, z> = α<x, z> + β<y, z> for all x, y, z ∈ V and all α,β ∈R.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

An inner product space is when

A

vector space has an inner product defined on it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The norm or length IIxII of a vector x is

A

IIxII = √<x,x> = √(x12 + x22 + xn2)

This is the standard
Euclidean length of a vector

<x,x> = IIxII2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

x and y are
orthogonal if

A

xTy = 0

<x,y> = 0

xy means x and y are orthogonal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

If a set of (non-zero) vectors are pairwise orthogonal

(that is, any two are orthogonal)
then it turns out that the vectors are linearly

A

independent

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

{v1, v2, …, vk} is a linearly independent set of vectors if

A

V is an inner product space and vectors
{v1, v2, …, vk} ∈ V are pairwise orthogonal,

i.e. vivj where i≠j … so <vi, vj> = 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

A matrix P is
orthogonal if

A

PT = P-1. Now, this means that PTP = I (which is the condition that means the vectors are length 1 and vs are pairwise orthogonal (vTv =0)

A matrix A is orthogonally diagonsable if there is a

PT = P-1 and PTAP = D

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

A matrix P is orthogonal if and only if the columns of P form an
orthonormal set of vectors, meaning

A

When a set of vectors {x1, x2,…, xk} is such that any two are orthogonal and,
furthermore, each has length 1 (IIxiII2 = 1, and so IIxiII = 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Cauchy-Schwarz inequality

A

Suppose that V is an inner product space.

Then I<x, y>I ≤ IIxII IIyII
for all x, y ∈ V

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Generalised Pythagoras Theorem

A

IIx + yII2 = IIxII2 + IIyII2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Triangle inequality for norms:

In an inner product space V , if
x, y ∈ V, then

A

IIx + yII ≤ IIxII + IIyII

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

The Gram-Schmidt
orthonormalisation process is a way of

A

producing k vectors that span the same space as
is spanned by {v1, v2,…, vk}, and that form an orthonormal set.

That is, the process produces a set {e1, e2,…, ek} such that:

  • Lin {e1, e2,…, ek} = Lin {v1, v2,…, vk}
  • {e1, e2,…, ek} is an orthonormal set.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Gram-Schmidt
orthonormalisation process steps:

A
  1. Set e1 = v1 / IIv1II
  2. Define u2 = v2 - <v2,e1>e1

3. Set e2 = u2 / IIu2II

  1. Define u3 = v3 - <v3,e2>e2 - <v3,e1>e1

5. Set e3 = u3 / IIu3II

  1. State resulting set {e1, e2,…, ek} is such that:
  • Lin {e1, e2,…, ek} = Lin {v1, v2,…, vk}
  • {e1, e2,…, ek} is an orthonormal set.

:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly