Skip to content

Commit

Permalink
already found a typo lol
Browse files Browse the repository at this point in the history
  • Loading branch information
vEnhance committed Aug 15, 2024
1 parent 3d36ff3 commit 5bba16e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions summer-notes-evan/src/0813-evan-talk.typ
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ and gives a reason to believe this is "pretty good" for the second criteria.
The point is that $M_(a,b,c)$ is _always_ going to equal zero if any of the variables are equal.
That means we expect $det M_(a,b,c)$ will always at least have to be "divisible" by
$(a-b)(a-c)(b-c)$, depending on what you mean by "divisible".
The fact that the Vandermonde determinant has no additional "garbage" factors is,
philosophically, means we can't compress the sizes of $f$, $g$, $h$ in a meaningful further way.
The fact that the Vandermonde determinant has no additional "garbage" factors means,
philosophically, we can't compress the sizes of $f$, $g$, $h$ in a meaningful further way.

== Lagrange interpolation

Expand Down
1 change: 1 addition & 0 deletions summer-notes-evan/sync.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -euxo pipefail

typst compile 0xparc-summer-2024-notes.typ
gsutil cp 0xparc-summer-2024-notes.pdf gs://web.evanchen.cc/private/

0 comments on commit 5bba16e

Please sign in to comment.