Student[Calculus1]
WhatProblem
get the problem number of the current Calculus1 problem
Calling Sequence
Description
Examples
WhatProblem()
The Calculus1 package maintains an internal table of problems that have been worked on (step by step) in the current session. This table is not directly accessible, but you can obtain information about its contents. Use WhatProblem to obtain the number of the current problem in the problems table.
The WhatProblem() command returns −1 if there is no current problem (either the most recent current problem has been cleared by a call to Clear or there are no problems in the problems table).
with⁡StudentCalculus1:
infolevelStudentCalculus1≔1:
WhatProblem⁡
−1
Rule`+`⁡Diff⁡x2+x,x
Creating problem #1
ⅆⅆxx2+x=ⅆⅆxx2+ⅆxⅆx
Rule`c*`⁡Int⁡3⁢x2,x
Creating problem #2
∫3⁢x2ⅆx=3⁢∫x2ⅆx
2
GetProblem⁡1
1
See Also
Student
Student[Calculus1][GetNumProblems]
Student[Calculus1][GetProblem]
Student[Calculus1][SingleStepOverview]
Download Help Document