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

Online Help

All Products    Maple    MapleSim


Student Resources

PracticeSheet

The new PracticeSheet command generates a grid of practice problems for drilling math. Practice sheets can test arithmetic, algebra, calculus, factorization and more, with each problem generated with randomized parameters.

 

Results can be instantly marked, and sheets updated with new problems.

with(Student:-Basics):

This practice sheet generates a new Maple worksheet that drills the student in adding randomly generated integers.

PracticeSheet("integer+integer");

 

This practice sheet asks the student to integrate several expressions using the power rule.

PracticeSheet("%int(variable(x)^integer(range=2..20),variable(x))",
  title="Integration - Power Rule",
  message="Integrate each expression using the power rule. \n\nDo not include a constant of integration in your solution."
);