nature-of-code / noc-book

The Nature of Code book (archived repo, see README for new repo / build system!)

Home Page:http://natureofcode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo on page 34

meltedlilacs opened this issue · comments

In the print book, at the bottom of page 34 (chapter 1: Vectors), it reads

Then, replacing u and v with their values from Figure 1.6, we get:
wx = 5 + 3
which means that:
Finally, we write that as a vector:
w = (8, 6)

On the online version, this section reads

Then, replacing u and v with their values from Figure 1.6, we get:
wx = 5 + 3
wy = 2 + 4
which means that:
wx = 8 wy = 6
Finally, we write that as a vector:
w = (8, 6)

This error occurred due to faulty math formula rendering, I'm going to leave this open just so I double check but once the new math rendering is in this should be fixed.

yay, this is working now!

screen shot 2016-07-11 at 11 42 59 am