Connexions

You are here: Home » Content » Inner Products
Content Actions
Lenses

What is a lens?

Lenses

A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual Connexions member, a community, or a respected organization.

This content is ...
Affiliated with (?)
This content is either by members of the organizations listed or about topics related to the organizations listed. Click each link to see a list of all content affiliated with the organization.
  • This module is included inLens: Rice University OpenCourseWare
    By: OpenCourseWare ConsortiumAs a part of collection:"Signals and Systems"

    Click the "Rice University OCW" link to see all content affiliated with them.

    Rice University OCW
Also in these lenses
  • This module is included inLens: richb's DSP resources
    By: Richard BaraniukAs a part of collection:"Signals and Systems"

    Comments:

    "My introduction to signal processing course at Rice University."

    Click the "richb's DSP" link to see all content selected in this lens.

    richb's DSP
Tags

(?)

These tags come from the endorsement, affiliation, and other lenses that include this content.

Inner Products

Module by: Michael Haag, Justin Romberg

Summary: This module describes the concept of inner products, which leads into our introduction of Hilbert spaces. Examples and properties of both of these concepts are discussed.

Definition: Inner Product

You may have run across inner products, also called dot products, on n n before in some of your math or science courses. If not, we define the inner product as follows, given we have some xn x n and yn y n
Definition 1: inner product
The inner product is defined mathematically as:
<x,y>=yTx= y 0 y 1 y n 1 x 0 x 1 x n 1 =i=0n-1 x i y i x y y x y 0 y 1 y n 1 x 0 x 1 x n 1 i n 1 0 x i y i (1)

Inner Product in 2-D

If we have x2 x 2 and y2 y 2 , then we can write the inner product as
<x,y>=xycosθ x y x y θ (2)
where θθ is the angle between xx and yy.
inprod_f1.png
Figure 1: General plot of vectors and angle referred to in above equations.
Geometrically, the inner product tells us about the strength of xx in the direction of yy.
Example 1 
For example, if x=1 x 1 , then <x,y>=ycosθ x y y θ
inprod_f2.png
Figure 2: Plot of two vectors from above example.
The following characteristics are revealed by the inner product:
  • <x,y> x y measures the length of the projection of yy onto xx.
  • <x,y> x y is maximum (for given x x , y y ) when xx and yy are in the same direction ( θ=0cosθ=1 θ 0 θ 1 ).
  • <x,y> x y is zero when cosθ=0θ=90° θ 0 θ 90° , i.e. xx and yy are orthogonal.

Inner Product Rules

In general, an inner product on a complex vector space is just a function (taking two vectors and returning a complex number) that satisfies certain rules:
  • Conjugate Symmetry: <x,y>=<x,y>¯ x y x y
  • Scaling: <αx,y>=α<x,y> α x y α x y
  • Additivity: <x+y,z>=<x,z>+<y,z> x y z x z y z
  • "Positivity": x,x0:<x,x>>0 x x 0 x x 0
Definition 2: orthogonal
We say that xx and yy are orthogonal if: <x,y>=0 x y 0

Comments, questions, feedback, criticisms?

Send feedback