nature-of-code / noc-book-2-archive

Repository for The Nature of Code book with p5.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chapter 1 - The distributive rule with 2 scalars, 1 vector

nicoarbogast opened this issue · comments

https://natureofcode.com/book/chapter-1-vectors/#more-number-properties-with-vectors
"The distributive rule with 2 scalars, 1 vector: (nm)v→=nv→+mv→"

might be instead:
"The distributive rule with 2 scalars, 1 vector: (n+m)v→=nv→+m*v→"

i.e.
n+m not n*m

Had already been fixed in the new version of the book.
This comment was related to the old published version.
Sorry for that.