Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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 display the current state of any problem in the table, use the Show, ShowSteps, and ShowIncomplete commands.
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
Creating problem #1
Problem #1 has been cleared
If you try to access a cleared problem, Maple returns an error.
Error, (in Student:-Calculus1:-Show) 1 is not a valid problem number
Creating problem #2
Problem 2:
The problems table is cleared.
See Also
Student, Student[Calculus1], Student[Calculus1][SingleStepOverview]
Download Help Document