Segment - Maple Help

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 2-D 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,Draw,ExponentialFunction,GetData,GetDomain,GetExpression,GradePlot,GridPoint,Inequalities,IsQuadraticFormula,LinearFunction,LogarithmicFunction,QuadraticFunction,Quiz,Segment,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