Science Fair Projects Ideas - Gram-Schmidt process

All Science Fair Projects

      

Science Fair Project Encyclopedia for Schools!

  Search    Browse    Forum  Coach    Links    Editor    Help    Tell-a-Friend    Encyclopedia    Dictionary     

Science Fair Project Encyclopedia

For information on any area of science that interests you,
enter a keyword (eg. scientific method, molecule, cloud, carbohydrate etc.).
Or else, you can start by choosing any of the categories below.

Gram-Schmidt process

In mathematics and numerical analysis, the Gram-Schmidt process of linear algebra is a method of orthogonalizing a set of vectors in an inner product space, most commonly the Euclidean space Rn. Orthogonalization in this context means the following: we start with vectors v1,...,vk which are linearly independent and we want to find mutually orthogonal vectors u1,...,uk which generate the same subspace as the vectors v1,...,vk.

The method is named for Jørgen Pedersen Gram and Erhard Schmidt, but is older, and to be found in the work of Laplace and Cauchy. In the theory of Lie group decompositions it is generalized by the Iwasawa decomposition.

The Gram-Schmidt process is numerically unstable: when implemented on a computer, the vectors uk are not quite orthogonal because of rounding errors, and for the Gram-Schmidt process the loss of orthogonality is particularly bad. Therefore one usually prefers to use Householder transformations or Givens rotations.

The Gram-Schmidt process

We define the projection operator by

\mathrm{proj}_{\mathbf{v}}\,\mathbf{u} = {\langle \mathbf{v}, \mathbf{u}\rangle\over\langle \mathbf{v}, \mathbf{v}\rangle}\mathbf{v}.

The Gram-Schmidt process then works as follows:

\mathbf{u}_1 = \mathbf{v}_1, \mathbf{e}_1 = {\mathbf{u}_1 \over ||\mathbf{u}_1||}
\mathbf{u}_2 = \mathbf{v}_2-\mathrm{proj}_{\mathbf{e}_1}\,\mathbf{v}_2, \mathbf{e}_2 = {\mathbf{u}_2 \over ||\mathbf{u}_2||}
\mathbf{u}_3 = \mathbf{v}_3-\mathrm{proj}_{\mathbf{e}_1}\,\mathbf{v}_3-\mathrm{proj}_{\mathbf{e}_2}\,\mathbf{v}_3, \mathbf{e}_3 = {\mathbf{u}_3 \over ||\mathbf{u}_3||}
\vdots \vdots
\mathbf{u}_k = \mathbf{v}_k-\sum_{j=1}^{k-1}\mathrm{proj}_{\mathbf{e}_j}\,\mathbf{v}_k, \mathbf{e}_k = {\mathbf{u}_k\over||\mathbf{u}_k||}

The sequence u1,...,uk is the required system of orthogonal vectors, and the normalized vectors e1,...,ek form an orthonormal system.

To check that these formulas yield an orthogonal sequence, first compute <u1, u2> by substituting the above formula for u2: you will get zero. Then use this to compute <u1, u3> again by substituting the formula for u3: you will get zero. The general proof proceeds by mathematical induction.

Geometrically, this method proceeds as follows: to compute ui, it projects vi orthogonally onto the subspace U generated by u1,...,ui-1, which is the same as the subspace generated by v1,...,vi-1. ui is then defined to be the difference between vi and this projection, guaranteed to be orthogonal to all of the vectors in the subspace U.

The Gram-Schmidt process also applies to a linearly independent infinite sequence {vi}i. The result is an orthogonal (or orthonormal) sequence {ui}i such that for natural number n: the algebraic span of v1,...,vn is the same as that of u1,...,un.

Example

Consider the following set of vectors in Rn (with the conventional inner product)

S = \lbrace\mathbf{v}_1=\begin{pmatrix} 3 \\ 1\end{pmatrix}, \mathbf{v}_2=\begin{pmatrix}2 \\2\end{pmatrix}\rbrace.

Now, perform Gram-Schmidt, to obtain an orthogonal set of vectors:

\mathbf{u}_1=\mathbf{v}_1,\qquad\mathbf{e}_1=1/\sqrt{10}\begin{pmatrix}3, 1\end{pmatrix}
\mathbf{u}_2=\mathbf{v}_2-\mathrm{proj}_{\mathbf{e}_1}\,\mathbf{v}_2=\begin{pmatrix}2\\2\end{pmatrix}-\mathrm{proj}_{1/\sqrt{10}\begin{pmatrix}3, 1\end{pmatrix}}\,{\begin{pmatrix}2\\2\end{pmatrix}}=\begin{pmatrix}-2/5,6/5\end{pmatrix}

We check that the vectors u1 and u2 are indeed orthogonal:

\langle\mathbf{u}_1,\mathbf{u}_2\rangle = \left\langle \begin{pmatrix}3\\1\end{pmatrix}, \begin{pmatrix}-2/5\\6/5\end{pmatrix} \right\rangle = -\frac65 + \frac65 = 0.

Last updated: 08-19-2005 23:55:19
10-26-2009 08:16:03
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details
Science kits, science lessons, science toys, maths toys, hobby kits, science games and books - these are some of many products that can help give your kid an edge in their science fair projects, and develop a tremendous interest in the study of science. When shopping for a science kit or other supplies, make sure that you carefully review the features and quality of the products. Compare prices by going to several online stores. Read product reviews online or refer to magazines.

Start by looking for your science kit review or science toy review. Compare prices but remember, Price $ is not everything. Quality does matter.
Science Fair Coach
What do science fair judges look out for?
ScienceHound
Science Fair Projects for students of all ages
All Science Fair Projects.com Site
All Science Fair Projects Homepage
Search | Browse | Links | From-our-Editor | Books | Help | Contact | Privacy | Disclaimer | Copyright Notice