Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
Student[Calculus1][Undo] - undo the last rule applied to a problem
Calling Sequence
Undo(expr)
Parameters
expr
-
algebraic or algebraic equation; select the problem to undo
Description
The Undo command undoes the rule most recently applied to the problem expr. It returns the previous state of the problem. This operation can be repeated until the problem is in its initial state.
Maple commands other than the package commands Rule and Hint do not change the Calculus1 internal state of a problem. Therefore, Undo does not undo the results of applying such commands. However, you can usually recover the prior state of such a problem by calling GetProblem.
The normal input to Undo is the output from a previous call to Rule or GetProblem. To pass the output of GetProblem to Undo, use the internal option to GetProblem. However, the routine tries to match any expr to an existing problem.
This command can be used within a tutor after applying a Rule interactively by using the DiffTutor, IntTutor, or LimitTutor.
Examples
Creating problem #1 Applying substitution x = 1/2*u, u = 2*x with dx = 1/2*du, du = 2*dx
Applying substitution x = 1/3*u, u = 3*x with dx = 1/3*du, du = 3*dx
If you call Undo on a problem in its initial state, Maple returns an error.
Error, (in Student:-Calculus1:-Undo) there is no previous state for this problem
See Also
DiffTutor, IntTutor, LimitTutor, Student, Student[Calculus1], Student[Calculus1][Rule], Student[Calculus1][SingleStepOverview]
Download Help Document