Inner Products Flashcards

1
Q

What is an inner product?

A

A map from (v, w) -> satisfying certain properties.

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

Define linearity in the first variable

A

The first variable respects addition and scalar multiplication rules

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

Define inner product conjugate transpose

A

= complex conjugate()

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

Define inner product positivity

A

is positive (greater than or equal to 0) for all v

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

Define inner product definiteness

A

= 0 if and only if v = 0

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

What conditions do we use integration for the inner product?

A

If the vector space V is on a field containing polynomials or functions (R[X], p(x), C([0, 1]))

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

Define the norm of a vector

A
The norm (or length) of a vector is defined 
||v|| = sqrt()
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

When are two vectors orthogonal?

A

Two vectors are orthogonal if = 0. Due to symmetry = 0 too

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

Which vector is orthogonal to every vector?

A

The 0 vector is orthogonal to every vector

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

What is the Pythagorean Theorem?

A

If V and W are orthogonal vectors

||v+w||^2 = ||v||^2 + ||w||^2

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

What is orthogonal decomposition?

A

The orthogonal decomposition of vector v in u:

u = (Xv + (u - Xv)) where generally X = {u, v}/(||v||^2)

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

What is the Cauchy-Schwartz Theorem?

A

|{u, v}| <= ||u|| * ||v||

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

What is the Triangle Inequality?

A

||u + v|| <= ||u|| + ||v||

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

What is the Parallelogram Inequality?

A

||u + v||^2 + ||u - v||^2 = 2(||u||^2 + ||v||^2)

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

What is orthonormal?

A

A set of vectors are orthonormal if all vectors in the set are pairwise orthogonal and have norm 1

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

What can we say about every orthonormal set?

A

Every orthonormal set of vectors are linearly independent

17
Q

What is an orthonormal basis in V?

A

An orthonormal set of vectors which are also a basis in V

18
Q

What is the Gram-Schmidt Theorem?

A

If there is a linearly independent set in V, then an orthonormal set exists such that span{V} = span{E}

19
Q

Can we convert an orthonormal set to an orthonormal basis?

A

Yes, every orthonormal set can be extended to an orthonormal basis

20
Q

What is the Orthogonal complement?

A

For a subspace U of V, the orthogonal complement of U is the set of vectors in V that are orthogonal to every vector in U. Denoted U^⊥

21
Q

What do we know about U^⊥?

A

It is a subspace, and if W was a subspace of U, U^⊥ is a subspace of W^⊥

22
Q

Define the direct sum

A

V = U ⊕ W, where U and W share no elements (the intersection of U and W = {0}).

23
Q

How does the direct sum relate to the orthogonal complement?

A

If U is a subspace of V, V = U ⊕ U^⊥

24
Q

What is an orthogonal matrix?

A

An invertible matrix whose column vectors form an orthonormal basis

25
Q

Define linearity in the second variable

A

The second variable respects addition but

= conjugate(a)