Represents an element of F^N, where F is either the real numbers R or the complex numbers C. Usual operations are implemented. Examples are given with RealVector.
Create new vector from a n-tuple of real numbers. Dimension of the vector is determined by the amount of numbers.
Applies the gramSchmidt process to the vectors and returns an array of orthogonal vectors that span the same subspace as the original vectors.
components for vectors up to 3 dimensions.
inner product.
distance.
euclidian norm - sqrt( vector <|> vector ).
returns the transposed vector as a one row matrix.
projects vector into the current vector.
Clips a vector in all dimensions.
min |
The minimum. ARGUMENT: max The maximum. |
usual vector space operations