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

Vector Propertie Mistake

Jordan2R opened this issue · comments

First of all, thanks for doing this book. I'm in love with it, it's totally awesome, great job!

I think there is a mistake on:

http://natureofcode.com/book/chapter-1-vectors/

at "More Number Properties with Vectors". More specifically at "The distributive rule with 2 scalars, 1 vector: (n_m)_v". Shouldn't it be:

The distributive rule with 2 scalars, 1 vector: (n+m)*v ??? Or am I wrong? If I am, sorry about this ^^

Yes, that's right, thanks! #18