Grading
GetExpression
Calling Sequence
Parameters
Description
Examples
Compatibility
GetExpression(obj)
obj
-
Grading object
The GetExpression command returns an expression that obj represents, if this exists, followed by any variables used in the expression. Otherwise nothing is returned.
If obj was not created with user-supplied variables, then automatically generated variables may appear in the returned result.
with⁡Grading:
L≔LinearFunction⁡0,5,3,−2:
GetExpression⁡L
−7⁢v3+5,v
Q≔QuadraticFunction⁡w2−2⁢w+5
Q≔<< QuadraticFunction: w^2-2*w+5>>
GetExpression⁡Q
w2−2⁢w+5,w
The Grading:-GetExpression command was introduced in Maple 18.
For more information on Maple 18 changes, see Updates in Maple 18.
See Also
Download Help Document