Student[Calculus1][Clear] - clear the Calculus1 problems table
|
Calling Sequence
|
|
Clear(n)
Clear(all)
|
|
Parameters
|
|
n
|
-
|
positive integer; specify problem number
|
|
|
|
|
Description
|
|
•
|
The Calculus1 package maintains an internal table of problems stepped through (see Rule) in the current session.
|
•
|
The Clear(n) command clears problem #n from the problems table.
|
•
|
The Clear(all) command clears all problems from the problems table and resets the two GetNumProblems return values to 0 (zero).
|
•
|
This internal Calculus1 problems table is not directly accessible.
|
|
To change the current problem, use the GetProblem command.
|
|
To obtain the number of problems currently in the table, use the GetNumProblems command.
|
|
To obtain the number of the current problem, use the WhatProblem command.
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
Problem #1 has been cleared
| |
If you try to access a cleared problem, Maple returns an error.
>
|
|
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
The problems table is cleared.
>
|
|
| (7) |
|
|
Download Help Document
Was this information helpful?