Skip to content
This repository has been archived by the owner on Jun 25, 2019. It is now read-only.

distribute rule error #298

Closed
shiffman opened this issue Jan 22, 2013 · 1 comment
Closed

distribute rule error #298

shiffman opened this issue Jan 22, 2013 · 1 comment
Labels

Comments

@shiffman
Copy link
Member

The "More Number Properties with Vectors" insert at the end of section 1.4 ("More Vector Math") contains an error. It says:

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

It should say:

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

Note the first asterisk was changed to a plus sign.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant