Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Gram–Schmidt process
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Via Gaussian elimination == If the rows {{math|{'''v'''<sub>1</sub>, ..., '''v'''<sub>''k''</sub>}<nowiki/>}} are written as a matrix <math>A</math>, then applying [[Gaussian elimination]] to the augmented matrix <math>\left[A A^\mathsf{T} | A \right]</math> will produce the orthogonalized vectors in place of <math>A</math>. However the matrix <math>A A^\mathsf{T}</math> must be brought to [[row echelon form]], using only the [[Elementary matrix|row operation]] of adding a scalar multiple of one row to another.<ref>{{cite journal|last1=Pursell|first1=Lyle|last2=Trimble|first2=S. Y.|title=Gram-Schmidt Orthogonalization by Gauss Elimination |journal=The American Mathematical Monthly|date=1 January 1991|volume=98|issue=6|pages=544–549| doi=10.2307/2324877 |jstor=2324877}}</ref> For example, taking <math>\mathbf{v}_1 = \begin{bmatrix} 3 & 1\end{bmatrix}, \mathbf{v}_2=\begin{bmatrix}2 & 2\end{bmatrix}</math> as above, we have <math display="block">\left[A A^\mathsf{T} | A \right] = \left[\begin{array}{rr|rr} 10 & 8 & 3 & 1 \\ 8 & 8 & 2 & 2\end{array}\right]</math> And reducing this to [[row echelon form]] produces <math display="block">\left[\begin{array}{rr|rr} 1 & .8 & .3 & .1 \\ 0 & 1 & -.25 & .75\end{array}\right]</math> The normalized vectors are then <math display="block">\mathbf{e}_1 = \frac{1}{\sqrt {.3^2+.1^2}}\begin{bmatrix}.3 & .1\end{bmatrix} = \frac{1}{\sqrt{10}} \begin{bmatrix}3 & 1\end{bmatrix}</math> <math display="block">\mathbf{e}_2 = \frac{1}{\sqrt{.25^2+.75^2}} \begin{bmatrix}-.25 & .75\end{bmatrix} = \frac{1}{\sqrt{10}} \begin{bmatrix}-1 & 3\end{bmatrix}, </math> as in the example above.
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Gram–Schmidt process
(section)
Add topic