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

The very first build system for The Nature of Code
http://natureofcode.com
913 stars 151 forks source link

1.4 More Vector Math - distributive rule error #320

Closed lostpebble closed 11 years ago

lostpebble commented 11 years ago

At the bottom where it says: More Number Properties with Vectors, found a small error:

The distributive rule with 2 scalars, 1 vector: (n_m)_v =n_v +m_v

should be: (n+m)_v = n_v + m*v

shiffman commented 11 years ago

thanks! duplicate #298