Skip to content

Commit

Permalink
i,j typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Feb 6, 2018
1 parent b2ab181 commit 0eef096
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/errata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To turn those annoyances into something positive, I will donate $5 to [UNICEF US
Also below, I added a small leaderboard to keep track of the errata submissions and errors you found. Please let me know if you don't want to be explicitely mentioned in that list!


- Amount for the next donation: 25$
- Amount for the next donation: 30$
- Amount donated: 0$


Expand All @@ -21,6 +21,7 @@ Contributor list:
2. Christian Geier ($5)
3. Pieter Algra / Carlos Zada ($5)
4. @gabramson ($5)
5. Elias Strehle ($5)

<br>
<br>
Expand All @@ -35,6 +36,10 @@ Contributor list:

### Errata

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. 55

![](./images/pg55.png)
Expand Down

0 comments on commit 0eef096

Please sign in to comment.