Basics
Here are a few ideas you need to know about. Maybe you've seen them before.
The row way of computing
dots each row of
with
.
E.g.,
.
The column way of computing
forms a linear combination of the columns of
using weights from
.
E.g.
.
An orthonormal basis for
is a set of
orthogonal unit vectors.
E.g.
is an orthonormal basis for
.
Orthonormal coordinates
If
is a vector in
, and
is a basis for
you can write
for some constants
. The numbers
are the
-coordinates of
. When
is an orthonormal basis the
-coordinates for
have a simple formula:
.
Example. Write
as a linear combination of
and
.
Since
is an orthonormal basis you compute the
coordinates using dot products:
.
Copyright © 2007 Todd Will
Created by
Mathematica (April 15, 2007)