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

1.4 More Vector Math - distributive rule error

lostpebble opened this issue · comments

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

thanks! duplicate #298