Student[MultivariateCalculus]
GetDirection
return the direction vector of a line
Calling Sequence
Parameters
Returns
Description
Examples
Compatibility
GetDirection(l)
l
-
Line; Line defined in Student[MultivariateCalculus]
Vector; Direction Vector of the line
The GetDirection command obtains a direction vector of the line.
The direction vector is not necessarily simplified.
with⁡StudentMultivariateCalculus:
l1≔Line⁡3,2,1,2,−3,5:
GetPlot⁡l1
GetRepresentation⁡l1
t·2−35+321
GetDirection⁡l1
2−35
l2≔Line⁡2,0,0,−4:
GetPlot⁡Line⁡2,0,0,−4
GetDirection⁡l2
−2−4
The Student[MultivariateCalculus][GetDirection] command was introduced in Maple 17.
For more information on Maple 17 changes, see Updates in Maple 17.
See Also
Student[MultivariateCalculus][Line]
Student[MultivariateCalculus][GetPoint]
Student[MultivariateCalculus][AreParallel]
Student[MultivariateCalculus][AreSkew]
Download Help Document