Grading
Segment
Calling Sequence
Parameters
Options
Description
Examples
Compatibility
Segment(pt1, pt2)
pt1, pt2
-
list or rtable containing two values or GridPoint object
directed : indicates directed segment; default is false
The Segment constructor generates and returns an object that represents a segment in two-dimensional space.
If the directed=true option is provided, this means that the segment is directed and grading takes into account the order of the points.
with⁡Grading
AbsoluteValueFunction,DiffFeedback,DiffPractice,Draw,ExponentialFunction,FactorFeedback,FactorPractice,Feedback,GetData,GetDomain,GetExpression,GradePlot,GridPoint,Inequalities,IntFeedback,IntPractice,IsQuadraticFormula,LimitFeedback,LimitPractice,LinearFunction,LogarithmicFunction,QuadraticFunction,Quiz,QuizBuilder,Segment,SimplifyFeedback,SimplifyPractice,SolveFeedback,SolvePractice
Segment⁡3.5,−2.0,8.2,4.6
<< Segment: [[3.5, -2.0], [8.2, 4.6]]>>
The Grading:-Segment command was introduced in Maple 18.
For more information on Maple 18 changes, see Updates in Maple 18.
See Also
Grading:-GradePlot
Download Help Document