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

Typing errors

gmqi opened this issue · comments

commented

Chapter 1. Vectors
Vector multiplication
More Number Properties with Vectors

I think the following sentence
The distributive rule with 2 scalars, 1 vector: (n_m)_v⃗ =n_v⃗ +m_v⃗
should be
The distributive rule with 2 scalars, 1 vector: (n+m)_v⃗ =n_v⃗ +m*v⃗

How do you think?

Fixed, see: #18