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

Online Help

Home : Support : Online Help : Education : Grading : Grading Plots : QuadraticFunction

Grading

  

QuadraticFunction

 

Calling Sequence

Parameters

Options

Description

Examples

Compatibility

Calling Sequence

QuadraticFunction(t)

QuadraticFunction(p1, p2)

QuadraticFunction(q1, q2, q3)

Parameters

t

-

quadratic expression in one variable

p1

-

GridPoint object or list/rtable representing the quadratic function's vertex

p2

-

GridPoint object or list/rtable representing a point on the quadratic function that is not the vertex

q1, q2, q3

-

GridPoint objects or lists/rtables representing points on the quadratic function

Options

• 

domain : a RealRange expression specifying the region over which the quadratic function is defined

• 

variable : name used in generated expression if the second or third calling sequence is used

Description

• 

The QuadraticFunction constructor generates and returns an object representing a quadratic function.

Examples

(1)

(2)

(3)

(4)

(5)

(6)

Compatibility

• 

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

• 

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

See Also

Grading

Grading:-GradePlot

 


Download Help Document