|
Calling Sequence
|
|
SolveSteps(ex, variable, opts)
|
|
Parameters
|
|
ex
|
-
|
expression or equation
|
variable
|
-
|
(optional) variable to solve for
|
opts
|
-
|
options of the form keyword=value where keyword is one of displaystyle, output, trigpath, trigtimer, colorpack
|
|
|
|
|
Description
|
|
•
|
The SolveSteps command is used to show the steps of solving a basic student problem, such as an equation, system of equations, or inequality. It can also prove basic trigonometric identities.
|
•
|
If ex is an equation the variable in equation is solved for. If ex is given as an expression, the expression is solved for assuming ex=0.
|
•
|
If only one variable exists in ex, it is not necessary to specify a variable to solve for. If there are two or more variables in ex, a variable to solve for must be given for variable.
|
•
|
The displaystyle and output options can be used to change the output format. See OutputStepsRecord for details.
|
•
|
The trigpath=n option, where n is a positive integer, can be used to view another way to prove a trigonometric identity.
|
•
|
The trigtimer option can be used to set the time limit for proving a trigonometric identity. The value can be a positive integer or infinity. The default is 60 (seconds).
|
•
|
The colorpack option can be used to specify an alternate color palette for inequality plots. Valid options are the same as those accepted by the ColorTools:-GetPalette command. If the colorpack option is not specified and Student:-SetColors has not been set then a custom palette is used.
|
•
|
This function is part of the Student:-Basics package.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
SolveSteps is also capable of proving trigonometric identities
>
|
|
| (5) |
>
|
|
| (6) |
Use the optional parameter trigtimer, which takes a positive integer, to set the allowed time for solving. By default it is 60 seconds.
>
|
|
| (7) |
Use the optional parameter trigpath, which takes a positive integer, to view different ways to prove the identity
>
|
|
| (8) |
SolveSteps is also capable of solving systems of linear inequalities
>
|
|
| (9) |
Use the optional parameter colorpack to specify an alternate color palette for inequality plots.
>
|
|
| (10) |
SolveSteps is also capable of solving nonlinear inequalities
>
|
|
| (11) |
| (12) |
SolveSteps is also capable of solving expressions with absolute values
| (13) |
>
|
|
| (14) |
|
|
Compatibility
|
|
•
|
The Student[Basics][SolveSteps] command was introduced in Maple 2021.
|
•
|
The Student[Basics][SolveSteps] command was updated in Maple 2024.
|
•
|
The trigpath, trigtimer and colorpack options were introduced in Maple 2024.
|
|
|
|