Scalar
From Free net encyclopedia
In mathematics, physics, and computing, a scalar is a quantity usually characterized by a single numeric value or not involving the concept of direction. The term is often used in contrast to entities that are "composites" of many values, like vector, matrix, tensor, sequence, etc.. The first recorded usage of the term was by W. R. Hamilton in 1846.
- In mathematics, scalars are components of vector spaces (and modules), usually real numbers which can be multiplied into vectors by scalar multiplication, or produced from vectors by scalar product. The real component of a quaternion is also called the scalar part. See scalar (mathematics).
- In physics, a scalar is a simple physical quantity that does not change under a change of coordinate system; for example, speed (180 km/h) is a scalar, while velocity (180 km/h north) is a vector. See scalar (physics).
- In computing, a scalar is a variable or field that can hold only one value at a time; as opposed to composite variables like array, list, record, etc.. In some contexts, a scalar value may be understood to be numeric. A scalar data type is the type of a scalar variable. For example,
char
,int
,float
, anddouble
are the most common scalar data types in the C programming language.
[edit]
See also
Template:Disambig-cleanupca:Escalar cs:Skalár da:Skalar de:Skalar (Mathematik) es:Escalar eo:Skalaro fr:Scalaire gl:Escalar ko:스칼라 io:Skalaro id:Skalar he:סקלר hu:Skalár ms:Skalar nl:Scalar ja:スカラー no:Skalar nn:Skalar pl:Skalar pt:Escalar simple:Scalar fi:Skalaari sv:Skalär zh:标量