Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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