Grading
IntPractice
practice computing an integral
Calling Sequence
Parameters
Description
Examples
Compatibility
IntPractice(expr)
IntPractice(expr, var, options)
expr
-
an equation in at least one variable
var
(optional) the variable to solve for
options
(optional) equation of the form output=canvas, link, or default
The IntPractice command is a special case of SolvePractice that used for computing integrals. It creates an interactive application where you can enter the steps for finding integrals, 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.
This interactive example can also be shared via Maple Learn by outputing and sharing a canvas:
The Grading:-IntPractice command was introduced in Maple 2022.
For more information on Maple 2022 changes, see Updates in Maple 2022.
See Also
DocumentTools:-Canvas:-NewCanvas
DocumentTools:-Canvas:-ShareCanvas
Grading:-SolvePractice
Download Help Document