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
Some students read vec-len (i.e., the length of a vector) as the number as computed by the Pythagorean theorem rather than the number of elements in the vector. We should consider giving vectors a different name (e.g., "arrays").
Some students read
vec-len(i.e., the length of a vector) as the number as computed by the Pythagorean theorem rather than the number of elements in the vector. We should consider giving vectors a different name (e.g., "arrays").