Grading
LimitPractice
practice solving limits
Calling Sequence
Parameters
Description
Examples
Compatibility
LimitPractice(expr)
LimitPractice(expr, options)
expr
-
an equation in at least one variable
options
(optional) equation of the form output=canvas, link, or default
The LimitPractice command is a special case of SimplifyPractice that is used to solve a Limit problem. It creates an interactive application where you can enter the steps for limits, and then it analyzes and provides step-by-step feedback by clicking the button.
By default, an interactive canvas is shown in the Maple document.
The output = link option can be used in order to create a compute integral example that can be answered using Maple Learn.
The output = canvas option can be used in order to create an XML-based canvas structure that can be used with DocumentTools:-Canvas:-ShareCanvas and other commands.
with⁡Grading
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
LimitPractice⁡Limit⁡sinx⁡xx,x=0
This interactive example can also be shared via Maple Learn by outputing and sharing a canvas:
LimitPractice( Limit(sin(x)/x),x=0), 'output' = 'link'):
The Grading:-LimitPractice command was introduced in Maple 2023.
For more information on Maple 2023 changes, see Updates in Maple 2023.
See Also
DocumentTools:-Canvas:-NewCanvas
DocumentTools:-Canvas:-ShareCanvas
Grading:-DiffPractice
Grading:-FactorPractice
Grading:-IntPractice
Grading:-SimplifyPractice
Grading:-SolvePractice
Download Help Document