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

Online Help

All Products    Maple    MapleSim


Grading

  

DiffPractice

  

practice computing a derivative

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

DiffPractice(expr)

DiffPractice(expr, var, options)

Parameters

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

Description

• 

The DiffPractice command is a special case of SolvePractice that used for computing derivatives. It creates an interactive application where you can enter the steps for finding derivatives, and then it analyzes and provides step-by-step feedback by clicking the button.

• 

The output = link option can be used in order to create a solve derivative 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.

Examples

withGrading

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

(1)

DiffPractice%diffx3,x,x

This interactive example can also be shared via Maple Learn by outputing and sharing a canvas:

cvDiffPractice%diffx3,x,x,output=canvas:

DocumentTools:-Canvas:-ShareCanvascv

Compatibility

• 

The Grading:-DiffPractice 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

Grading:-SolvePractice