Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

What is a Vector?

Asked by 9 years ago

So is it like a point on a graph or what? It seems like its more than that though. Also what is a unit vector??

2 answers

Log in to vote
3
Answered by
Defaultio 160
9 years ago

You're used to working with what is called scalar values. A scalar value is just a number. It has what we call a magnitude, or a number quantifying how big it is. Say, I walk 100 meters. 100 meters is a scalar value.

A vector has not only a magnitude, but also a direction. It describes not only how far, but also which way. I walk 100 meters north-west. This describes both a magnitude, how far I've gone, and a direction.

Vectors are written as a set of numbers, depending on how many dimensions the vector exists in. For a two dimensional vector, for example, it's two values, defining an X and Y. If you draw an arrow from the origin to the XY point on a graph, this is the vector. The length of the arrow is the magnitude and the direction that it points is the direction.

A unit vector is a special type of vector that has a magnitude of exactly one. It's useful for describing a direction.

0
Ok thanks ZeptixBlade 215 — 9y
Ad
Log in to vote
0
Answered by 9 years ago
print("^ What he said")

Answer this question