Skip to content

Commit 0770ded

Browse files
committed
update solution tag
1 parent 0a224e8 commit 0770ded

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lectures/svd_intro.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ Thinking in terms of the Eckart-Young theorem, build the pseudoinverse matrix $
10191019
10201020
```
10211021
1022-
```{solution-start} svd_ex1
1022+
```{solution} svd_ex1
10231023
:class: dropdown
10241024
10251025
We can use SVD to compute the pseudoinverse:
@@ -1052,7 +1052,6 @@ $$
10521052
\hat{\beta} = X^{+}y = V \Sigma^{+} U^\top y
10531053
$$
10541054
1055-
```{solution-end}
10561055
```
10571056
10581057

0 commit comments

Comments
 (0)