Previous Up Next

13.1.2 Normalizing a vector

The normalize or unitV command finds the unit vector in the direction of a given vector.

Example

normalize([3,4,5])
     





3
5 
2
,
4
5 
2
,
5
5 
2





          

Previous Up Next