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][GetNumProblems] - get the current number of problems in the internal Calculus1 problems table
Calling Sequence
GetNumProblems()
Description
The Calculus1 package maintains an internal table of problems stepped through in the current session. This table is not directly accessible, but you can obtain information about its contents.
The GetNumProblems() command returns an expression sequence of two non-negative integers. The first integer is the number of problems in the internal table that have not been cleared by a call to Clear. The second integer is the total number of problems in the internal table.
The Clear(all) command resets both numbers returned by the GetNumProblems routine to 0 (zero).
Examples
Creating problem #1
Creating problem #2
Problem #1 has been cleared
See Also
Student, Student[Calculus1], Student[Calculus1][SingleStepOverview]
Download Help Document