Skip to content

Commit 0b892ce

Browse files
Tom's edits of QR lecture Jan 4
1 parent 284e2a5 commit 0b892ce

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
@@ -440,7 +440,7 @@ XX = X.T @ X
440440
Λ_hat = np.diag(𝜆_hat)
441441
```
442442

443-
Compare the eigenvalues which are on the diagnoals of $\Lambda$ and $\hat{\Lambda}$.
443+
Compare the eigenvalues that are on the diagonals of $\Lambda$ and $\hat{\Lambda}$.
444444

445445
```{code-cell} ipython3
446446
𝜆, 𝜆_hat

0 commit comments

Comments
 (0)