Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
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