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

From Class Wiki
Jump to navigation Jump to search
Fonggr (talk | contribs)
Fonggr (talk | contribs)
Line 10: Line 10:
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 (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?.


Mathematically the dot product of two vectors <math> \mathbf{a} = {a_1, a_2, ... a_n} \,\!</math> and <math> \mathbf{b} = {b_1, b_2, ... b_n} \,\! </math> is defined as <math>\mathbf{a}\cdot \mathbf{b} = \sum_{i=1}^n a_ib_i = a_1b_1 + a_2b_2 + \cdots + a_nb_n </math>
The dot product of two vectors <math> \mathbf{a} = {a_1, a_2, ...a_n} \,\!</math> and <math> \mathbf{b} = {b_1, b_2, ...b_n} \,\! </math> is defined as <math>\mathbf{a}\cdot \mathbf{b} = \sum_{i=1}^n a_ib_i = a_1b_1 + a_2b_2 + \cdots + a_nb_n </math>


[[Image:783px-Inner-product-angle.png|right|thumb|100px|Inner Product]]
[[Image:783px-Inner-product-angle.png|right|thumb|100px|Inner Product]]
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>

Revision as of 14:32, 6 November 2008

Analogy to Vector Spaces

Let the vector v be defined as:

  • v=a1v^1+a2v^2+a3v^3=j=13vja^j
    • a1,a2,a3 are the coefficients
    • v^1,v^2,v^3 are the basis vectors
    • A vector basis is a set of n linearly independent vectors capable of ?generating? an n-dimensional ?subspace? of n

Dot Product & Inner Product

Error creating thumbnail: File missing
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 a=a1,a2,...,an and b=b1,b2,...,bn is defined as ab=i=1naibi=a1b1+a2b2++anbn

Error creating thumbnail: File missing
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 a=a1+b1i,a2+b2i,...,an+bni