Grading
QuadraticFunction
Calling Sequence
Parameters
Options
Description
Examples
Compatibility
QuadraticFunction(t)
QuadraticFunction(p1, p2)
QuadraticFunction(q1, q2, q3)
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
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
The QuadraticFunction constructor generates and returns an object representing a quadratic function.
The Grading:-QuadraticFunction 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