09/29 - Analogy to Vector Spaces: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
Line 15: Line 15:
Since we will be dealing with complex numbers, we need to use the inner product instead of the dot product
Since we will be dealing with complex numbers, we need to use the inner product instead of the dot product


The inner product of two vectors <math> \mathbf{a} = {a_1 + b_1 \cdot i, a_2 + b_2 \cdot i, ... ,a_n + b_n \cdot i } </math>
The inner product of two vectors <math> \mathbf{a} = {a_1 + b_1 j, a_2 + b_2 j, ... ,a_n + b_n j } </math> and <math> \mathbf{b} = {c_1 + d_1 j, c_2 + d_2 j, ... ,c_n + d_n j } </math> is defined as <math> \mathbf{a} \cdot \mathbf{b} = \sum_{i=1}^n a_ib_i

Revision as of 15:05, 6 November 2008

Analogy to Vector Spaces

Let the vector be defined as:

    • are the coefficients
    • are the basis vectors
    • A vector basis is a set of n linearly independent vectors capable of ?generating? an n-dimensional ?subspace? of

Dot Product & Inner Product

Dot Product

The dot (scalar) product takes two vectors over the real numbers and returns a real-valued scalar quantity. Geometrically, it will show the projection of one vector ?set? onto another ?set?.

The dot product of two vectors and is defined as

Inner Product

Since we will be dealing with complex numbers, we need to use the inner product instead of the dot product

The inner product of two vectors and is defined as <math> \mathbf{a} \cdot \mathbf{b} = \sum_{i=1}^n a_ib_i