Skip to content

Commit

Permalink
pg 37, use a different index
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Jun 24, 2018
1 parent ae650dc commit c34ac41
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/errata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Contributor list:
7. Krishna Mohan ($5)
8. Jesse Blocher ($5)
9. Elie Kawerk ($5)
10. Dejan Stepec ($5)


<br>
Expand All @@ -45,6 +46,13 @@ pg. 28

In the code example in the info box (`sum([j * j for i, j in zip(a, b)])`), it should be `i * j`, not ``j * j``; otherwise, we would be calculating b^T b, not a^T b.

pg. 37

The existing indices shouldn't be reused:

![](./images/pg37.png)


pg. 55

![](./images/pg55.png)
Expand Down
Binary file added docs/errata/images/pg37.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c34ac41

Please sign in to comment.