We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9826cc6 commit 1e5650eCopy full SHA for 1e5650e
Project#13/README.md
@@ -72,7 +72,7 @@ root) and the change in the corresponding eigenvalue between each iteration.
72
73
Normalize each correction vector, f<b>δ</b><sup>k</sup>,
74
then orthogonalize it against the existing set of guesses, **b**<sub>i</sub>,
75
-using the [Schmidt Orthogonalization procedure](http://en.wikipedia.org/wiki/Gram–Schmidt_process|Schmidt orthogonalization procedure),
+using the [Schmidt Orthogonalization procedure](http://en.wikipedia.org/wiki/Gram–Schmidt_process),
76
for example. If the orthonormalized correction vector has a norm larger than some chosen threshold (e.g. 10<sup>-3</sup>),
77
include it in the set of guess vectors. If not, discard it. (Thus, the dimension of the guess space, *L*, gradually increases in each iteration.)
78
0 commit comments