Skip to content

Commit 5e3f638

Browse files
Tom's revised edit of svd lecture, April 3
1 parent c9c8af9 commit 5e3f638

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/svd_intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ print('UUT, UTU = '), UUT, UTU
207207

208208

209209
```{code-cell} ipython3
210-
UhatUhatT = Uhat.T@Uhat
211-
UhatTUThat = Uhat@Uhat.T
210+
UhatUhatT = Uhat@Uhat.T
211+
UhatTUhat = Uhat.T@Uhat
212212
print('UhatUhatT, UhatTUhat= '), UhatUhatT, UhatTUhat
213213
```
214214

0 commit comments

Comments
 (0)