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 in distributive rule for vectors

opened this issue · comments

If I'm not mistaken, there is a typo on the following page:
http://natureofcode.com/book/chapter-1-vectors/

In the rules box at the end of section 1.4,
"The distributive rule with 2 scalars, 1 vector: (n_m)_v⃗ =n_v⃗ +m_v⃗ ,"
should read,
"The distributive rule with 2 scalars, 1 vector: (n+m)_v⃗ =n_v⃗ +m*v⃗ ."