Skip to content

Commit

Permalink
differences for PR #1086
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 25, 2024
1 parent ca8a507 commit 0fe3fd1
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 05-loop.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ The code above loops through `a_list`, assigning the index to `idx` and the valu
Suppose you have encoded a polynomial as a list of coefficients in
the following way: the first element is the constant term, the
second element is the coefficient of the linear term, the third is the
coefficient of the quadratic term, etc.
coefficient of the quadratic term, where the polynomial is of the form $ax^0 + bx^1 + cx^2$.

```python
x = 5
Expand Down
Empty file modified fig/generate_figures.py
100755 → 100644
Empty file.
Empty file modified fig/optimize_svg.py
100755 → 100644
Empty file.
Empty file modified files/code/gen_inflammation.py
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"episodes/02-numpy.md" "1b9c4000cea628f84024abab49012a06" "site/built/02-numpy.md" "2023-11-07"
"episodes/03-matplotlib.md" "3bb8e6088285f01152e2e24da6f36fbc" "site/built/03-matplotlib.md" "2023-11-07"
"episodes/04-lists.md" "d1768916dafc023eeb2f3838932b6289" "site/built/04-lists.md" "2023-11-07"
"episodes/05-loop.md" "2803f30bd8bf21ca00e0196829a583cf" "site/built/05-loop.md" "2024-04-18"
"episodes/05-loop.md" "80a7584340db6ec23b0c592d8e9553d2" "site/built/05-loop.md" "2024-08-25"
"episodes/06-files.md" "eda3d2e5ff2a23f37048631427cb4f48" "site/built/06-files.md" "2023-11-07"
"episodes/07-cond.md" "e2e4b672a3cc52150cc74b4296f16531" "site/built/07-cond.md" "2023-11-17"
"episodes/08-func.md" "ca1da7a3d21d6b8dee6a1e52d35e8d84" "site/built/08-func.md" "2023-11-10"
Expand Down

0 comments on commit 0fe3fd1

Please sign in to comment.