Rank: 5532 based on 4 downloads (last 30 days) and 1 file submitted
photo

Vito Tafuni

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Vito
Updated   File Tags Downloads
(last 30 days)
Comments Rating
03 Feb 2010 Gram-Schmidt Gram-Schmidt algorithm to orthonormalize a set of vectors. Author: Vito Tafuni gramschmidt, mathematics, orthonormalization, orthogonalization 4 2
Comments and Ratings by Vito
Updated File Comments Rating
03 Feb 2010 Gram-Schmidt Gram-Schmidt algorithm to orthonormalize a set of vectors. Author: Vito Tafuni

I think QR performs better on square matrices:

A=rand(500,500);
t=time;[Q,R]=qr(A);time-t
ans = 0.18440
t=time;O=grsm(A);time-t
ans = 0.60662

A=rand(500,10);
t=time;[Q,R]=qr(A);time-t
ans = 0.020872
t=time;O=grsm(A);time-t
ans = 0.0041921

Comments and Ratings on Vito's Files View all
Updated File Comment by Comments Rating
03 Feb 2010 Gram-Schmidt Gram-Schmidt algorithm to orthonormalize a set of vectors. Author: Vito Tafuni Tafuni, Vito

I think QR performs better on square matrices:

A=rand(500,500);
t=time;[Q,R]=qr(A);time-t
ans = 0.18440
t=time;O=grsm(A);time-t
ans = 0.60662

A=rand(500,10);
t=time;[Q,R]=qr(A);time-t
ans = 0.020872
t=time;O=grsm(A);time-t
ans = 0.0041921

03 Feb 2010 Gram-Schmidt Gram-Schmidt algorithm to orthonormalize a set of vectors. Author: Vito Tafuni Chen, Mo

why not use QR

Top Tags Applied by Vito
gramschmidt, mathematics, orthogonalization, orthonormalization
Files Tagged by Vito
Updated   File Tags Downloads
(last 30 days)
Comments Rating
03 Feb 2010 Gram-Schmidt Gram-Schmidt algorithm to orthonormalize a set of vectors. Author: Vito Tafuni gramschmidt, mathematics, orthonormalization, orthogonalization 4 2

Contact us