Linear Algebra/Orthogonal Sets

From testwiki
Revision as of 10:47, 13 July 2009 by imported>Thenub314 (categorizing.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Orthogonal Sets

Given a set A=(a1,a2,,an), where a1 through an are nonzero vectors of the same dimension, is an orthogonal set if

aiaj=0

where ij.

So, for example, if one has a set of 3 vectors with the same dimension (for example 4×1) and taking the dot product of each vector with each other vector all equal zero, it is an orthogonal set. This is illustrated below.

Example of Orthogonal Set

Ω=(ω1,ω2,ω3)

ω1=[1021],ω2=[2322],ω3=[1001]

We see that

ω1ω2=0

ω1ω3=0

ω2ω3=0


Thus, Ω is an orthogonal set of vectors.

Template:BookCat