Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .translate/state/eig_circulant.md.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source-sha: 6a512f1f2079665601fd77fad821c19a8c75b292
synced-at: "2026-07-18"
source-sha: 113d0e29192fc36877f1ab3f3596e2ae1db00b07
synced-at: "2026-07-31"
model: claude-sonnet-5
mode: RESYNC
mode: UPDATE
section-count: 6
tool-version: 0.17.0
tool-version: 0.24.0
3 changes: 2 additions & 1 deletion lectures/eig_circulant.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,8 @@ $$
ζˆ‘δ»¬η”¨ $N=8$ ηš„ζƒ…ε†΅ζ₯θ―΄ζ˜ŽθΏ™δΈ€η‚Ήγ€‚

```{code-cell} ipython3
c = np.random.random(8)
rng = np.random.default_rng()
c = rng.random(8)
```

```{code-cell} ipython3
Expand Down
Loading