WOLFRAM NOTEBOOK

Numerical Instability in the Gram-Schmidt Algorithm

digits of precision
3
size of matrix
3
test vectors
diagonal thousandths
Hilbert matrix
result
measure of orthogonality
unstable GS
1.
0.
0.
0.001
0.
-0.707
0.001
-1.
0.707
0.707107
more stable GS
1.
0.
0.
0.001
0.
-0.707
0.001
-1.
0.707
0.707107
stable algorithm
1.
0.001
0.001
0.001
0.
-1.
0.001
-1.
0.
0.
The Gram–Schmidt process is an algorithm for converting a set of linearly independent vectors into a set of orthonormal vectors with the same span. The classical Gram–Schmidt algorithm is numerically unstable, which means that when implemented on a computer, round-off errors can cause the output vectors to be significantly non-orthogonal. This instability can be improved with a small adjustment to the algorithm. This Demonstration tests the two algorithms on two families of linearly independent vectors. Selecting "diagonal thousandths" tests the algorithm on the vectors that form the columns of the matrix:
1
1
1
1
1/1000
1/1000
0
0
1/1000
0
1/1000
0
1/1000
0
0
1/1000
.
Selecting "Hilbert matrix" tests the algorithm on the vectors that form the columns of the
n×n
Hilbert matrix:
1
1/2
1/3
1/n
1/2
1/3
1/4
1/(n+1)
1/3
1/4
1/5
1/(n+2)
1/n
1/(n+1)
1/(n+2)
1/(2n-1)
.
Both of these families of matrices have small but nonzero determinants, an indicator of sorts that their columns are linearly independent, but barely so. Let
Q
be the matrix whose columns are the vectors produced by the algorithm. This Demonstration measures the orthogonality of the resulting vectors via the number
I-
T
Q
Q
. The closer this number is to zero, the closer the columns of
Q
are to being orthogonal.
The Mathematica function QRDecomposition produces an orthogonal collection of vectors from a linearly independent one in a highly stable way. The result of this function is shown at the bottom of the pane.

External Links

Permanent Citation

Wolfram Cloud

You are using a browser not supported by the Wolfram Cloud

Supported browsers include recent versions of Chrome, Edge, Firefox and Safari.


I understand and wish to continue anyway »

You are using a browser not supported by the Wolfram Cloud. Supported browsers include recent versions of Chrome, Edge, Firefox and Safari.