Segment - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Grading

  

Segment

 

Calling Sequence

Parameters

Options

Description

Examples

Compatibility

Calling Sequence

Segment(pt1, pt2)

Parameters

pt1, pt2

-

list or rtable containing two values or GridPoint object

Options

• 

directed : indicates directed segment; default is false

Description

• 

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.

Examples

withGrading

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

(1)

Segment3.5,2.0,8.2,4.6

<< Segment: [[3.5, -2.0], [8.2, 4.6]]>>

(2)

Compatibility

• 

The Grading:-Segment command was introduced in Maple 18.

• 

For more information on Maple 18 changes, see Updates in Maple 18.

See Also

Grading

Grading:-GradePlot