nature-of-code / noc-book

The Nature of Code book (archived repo, see README for new repo / build system!)
http://natureofcode.com
1.94k stars 365 forks source link

Chapter 1 mistake #135

Closed lightbrush closed 6 years ago

lightbrush commented 7 years ago

On 1.4:

The distributive rule with 2 scalars, 1 vector: (n*m)*v→=n*v→+m*v→

The correct expression might be: (n+m)*v→ ?

nonas-hunter commented 6 years ago

This issue is also addressed in #122