You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered: