3

2

So I understand that the effective formula for the orthogonal basis of a matrix is the same in both modified and classical Gram Schmidt algorithm. Can someone explain whats the numerical instability that arises with classical gram schmidt? and how does modified solve it.

flag
4 
this sounds like classic numeric linear algebra textbook stuff. please have a look at: maths.manchester.ac.uk/~higham/asna/index.php – S. Sra Jun 18 2011 at 13:29
1 
Type "numerical instability gram-schmidt" into Google and you get plenty of well-informed responses. Even YouTube video demonstrations. – Ryan Budney Jun 18 2011 at 22:03

2 Answers

1

Here's the link:

http://en.wikipedia.org/wiki/Gram%E2%80%93Schmidt_process

link|flag
0

As I remember, because of rounding off the numbers - vectors loose their orthoginality in non-modified version. Wikipedia article about Gram-Schmidt explains the modification.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.