Skip to content

Commit ffc4eaf

Browse files
authored
Minor typo (#605)
1 parent 0e9d126 commit ffc4eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/qr_decomp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ $$
8282
u_1=a_1, \ \ \ e_1=\frac{u_1}{||u_1||}
8383
$$
8484

85-
We **orgonalize** first to compute $u_2$ and then **normalize** to create $e_2$:
85+
We **orthogonalize** first to compute $u_2$ and then **normalize** to create $e_2$:
8686

8787
$$
8888
u_2=a_2-(a_2· e_1)e_1, \ \ \ e_2=\frac{u_2}{||u_2||}

0 commit comments

Comments
 (0)