When One Value Is Enough
A scalar answers a one-magnitude question: a 5 kg package, a 20°C temperature, or three coffees. With no coordinate axes, it has no components to index. Its name comes from Latin scalaris — scale or ladder — a value moving along one ladder of magnitude.
A unit can close that scalar question: bare “60” is ambiguous, while 60 km/h names both magnitude and unit. Then a friend asks “north or south?” and the scalar runs out of answers.
When Components Describe One Thing
A vector is an ordered group of components. In geometry it can be read as magnitude and direction; in data it is a point whose coordinates collect features. Velocity carries east and north components, gravitational acceleration can be 9.8 m/s² downward, and a 4,096-dimensional word embedding can point toward a region of meaning-space where regal concepts live.
Direction is not limited to a compass. In parameter space it says which values to change together and by how much; in embedding space it identifies a semantic relation. Component order and reference axes are part of the vector's meaning.
The Zero Vector Has No Direction
The norm measures magnitude, and produces a unit vector when the norm is nonzero. The zero vector is the exception: division by its zero norm is undefined, so it has no defined direction.
The Name Carries the Idea
Vector means “carrier” or “one who transports” in Latin. A geometric vector carries a point through displacement; a data vector carries several feature values together as one representation.
#스칼라 데이터 걸음수 심박수 업무시간 이동거리 등등..
#벡터 데이터로 변환 걸음수[방향. 고도를, 걸음수], 이동거리도 동일 심박수[행동별 코드값, 심박수] 업무시간[업무별 코드값, 시간]