What is an inner product?
An inner product on a vector space V is a pairing: which satisfies the following properties:
- Bilinearity:
- Symmetry:
- Positivity:
What are examples of inner products?
We have the classic dot product, weighted inner product, and the alternative inner product.
What are properties of the dot product?
The dot product is commutative, distributive, allows scalar multiplication, and demonstrates a relationship with regard to angle.
- Commutative:
- Distributive:
- Scalar Multiplication:
- Angle Relation:
What is the norm of a vector?
The norm of a vector is a positive value, which corresponds with the vectorβs distance from the origin. It is defined as: It is used for positive definite matrices, least squares, data analysis, and signal processing.
What are inner product on function spaces?
For functions, f, g, defined on [a, b], the inner product is: This makes the norm: We also have a weighted form of this inner product:
What is an inner product space?
An inner product space is a vector space V, with an inner product satisfying linearity, symmetry, & positivity. These properties make sense considering V must remain a vector space. See here: Vector Spaces, Basis Vectors, Subspaces
What is Cauchy-Swartz inequality?
for all v, w in an inner product space. This leads into the triangle inequality which states:
What is the triangle inequality?
In an inner product space, .
What is the Minkowskiβs Inequality?
What is distance in normed space?
Distance between two vectors is the norm of their difference, so: . This maintains symmetry, positivity, and the triangle inequality.
What is matrix norm?
Given a norm on n-dimensional space, the corresponding matrix norm is defined as: . unless , which is only true if and only if .
What is gram-schmidt?
Gram-schmidt is a process to convert a linearly independent set into an orthonormal basis.
. and .
What is a p-norm?
The p-norm of a vector is: .
What is a positive definite matrix?
A symmetric matrix A is a positive definite matrix if and only if:
. This means the matrix all positive eigenvalues.