PDA

View Full Version : Gram-schmodt Orthogonalization


Cunicultor
Feb8-04, 11:39 PM
does anyone know the code to implement this process? visual basic code would be great.


i'm just trying to make my basis orthogonal, and so i thought about this. i already got a piece of code, but i would like to compare with others; i have to say that my program is not working that well.

cheers!

suyver
Feb9-04, 06:29 AM
Have a look at this website (http://www.math.hmc.edu/calculus/tutorials/gramschmidt/), they have a nice 3-step route to orthonormalize a set of vectors.

(By the way: it's Gram-Schmidt [;)] )