Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Orthogonalization
(section)
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!
==Orthogonalization algorithms== Methods for performing orthogonalization include: *[[Gram–Schmidt process]], which uses [[Projection (linear algebra)|projection]] *[[Householder transformation]], which uses [[Reflection (mathematics)|reflection]] *[[Givens rotation]] *Symmetric orthogonalization, which uses the [[Singular value decomposition]] When performing orthogonalization on a computer, the Householder transformation is usually preferred over the Gram–Schmidt process since it is more [[numerical stability|numerically stable]], i.e. rounding errors tend to have less serious effects. On the other hand, the Gram–Schmidt process produces the jth orthogonalized vector after the jth iteration, while orthogonalization using Householder reflections produces all the vectors only at the end. This makes only the Gram–Schmidt process applicable for [[iterative method]]s like the [[Arnoldi iteration]]. The Givens rotation is more easily [[parallel computing|parallelized]] than Householder transformations. Symmetric orthogonalization was formulated by [[Per-Olov Löwdin]].<ref>{{Cite book| publisher = Elsevier| volume = 5| pages = 185–199| last = Löwdin| first = Per-Olov| title = Advances in quantum chemistry| chapter = On the nonorthogonality problem| date = 1970| doi = 10.1016/S0065-3276(08)60339-1| isbn = 9780120348053|chapter-url=https://www.sciencedirect.com/science/article/pii/S0065327608603391}}</ref>
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)