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][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