Skip to content

Commit 1e5650e

Browse files
authored
Fix Project 13 Link
1 parent 9826cc6 commit 1e5650e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project#13/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ root) and the change in the corresponding eigenvalue between each iteration.
7272

7373
Normalize each correction vector, f<b>&delta;</b><sup>k</sup>,
7474
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),
75+
using the [Schmidt Orthogonalization procedure](http://en.wikipedia.org/wiki/Gram–Schmidt_process),
7676
for example. If the orthonormalized correction vector has a norm larger than some chosen threshold (e.g. 10<sup>-3</sup>),
7777
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.)
7878

0 commit comments

Comments
 (0)