Mathematica > Mathematics and Algorithms > Matrices and Linear Algebra > Operations on Vectors >

UnitVector

Updated In 7 Graphic
UnitVector[k]
gives the two-dimensional unit vector in the k^(th) direction.
UnitVector[n, k]
gives the n-dimensional unit vector in the k^(th) direction.
  • UnitVector[n, k] is a list of length n with a 1 in position k and 0s elsewhere.
  • UnitVector by default creates a vector containing exact integers.
  • The option WorkingPrecision can be used to specify the precision of vector components.
The unit vector in the x direction in 2 dimensions:
In[1]:=
Click for copyable input
Out[1]=
 
The unit vector in the y direction in 3 dimensions:
In[1]:=
Click for copyable input
Out[1]=
New in 6 | Last modified in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team