nature-of-code / The-Nature-of-Code-archive

The very first build system for The Nature of Code
http://natureofcode.com
914 stars 151 forks source link

1.4, Basic Number Properties with Vectors #268

Closed sillypog closed 11 years ago

sillypog commented 11 years ago

The text in the box states that both vector and numerical subtraction are commutative although neither is true.

3-1 = 2 1-3 = -2

(3,4) - (2,2) = (1,2) (2,2) - (3,4) = (-1,-2)

shiffman commented 11 years ago

Thank you!! 74292981f844c9f266dec9e16bb635ecbe5335cc