nature-of-code / The-Nature-of-Code-archive

The very first build system for The Nature of Code

Home Page:http://natureofcode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chapter 1, in "More Number Properties with Vectors" distributive of scale is wrong

luxuia opened this issue · comments

it should be (scale a + scale b)_vector c = a_c+b*c

I also noticed this on top of page 42 of version 1.0 (06 december 2012) of the printed book; I believe one should read:

The distributive rule with 2 scalars, 1 vector: (n + m) * vecV = n * vecV + m * vecV

rather than:

The distributive rule with 2 scalars, 1 vector: (n * m) * vecV = n * vecV + m * vecV

Thanks for this wonderful book, I enjoy it very much.

Thank you! duplicate of #298. Will update for next edition!!