We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9d126 commit ffc4eafCopy full SHA for ffc4eaf
lectures/qr_decomp.md
@@ -82,7 +82,7 @@ $$
82
u_1=a_1, \ \ \ e_1=\frac{u_1}{||u_1||}
83
$$
84
85
-We **orgonalize** first to compute $u_2$ and then **normalize** to create $e_2$:
+We **orthogonalize** first to compute $u_2$ and then **normalize** to create $e_2$:
86
87
88
u_2=a_2-(a_2· e_1)e_1, \ \ \ e_2=\frac{u_2}{||u_2||}
0 commit comments