Student[Basics]
ModuloSteps
generate steps for evaluating modulos
Calling Sequence
Parameters
Description
Examples
Compatibility
ModuloSteps( expr )
ModuloSteps( expr, implicitmultiply = true )
expr
-
string or expression
implicitmultiply
(optional) truefalse
output = ...
(optional) option to control the return value
displaystyle = ...
(optional) option to control the layout of the steps
The ModuloSteps command accepts an expression that is expected to contain modulos and displays the steps required to evaluate each modulo given.
If expr is a string, then it is parsed into an expression using InertForm:-Parse so that no automatic simplifications are applied, and thus no steps are missed.
The implicitmultiply option is only relevant when expr is a string. This option is passed directly on to the InertForm:-Parse command and will cause things like 2x to be interpreted as 2*x, but also, xyz to be interpreted as x*y*z.
The output and displaystyle options are described in Student:-Basics:-OutputStepsRecord. The return value is controlled by the output option.
This function is part of the Student:-Basics package.
The Student:-Basics:-ModuloSteps command was introduced in Maple 2024.
For more information on Maple 2024 changes, see Updates in Maple 2024.
See Also
Student:-Basics
Student:-Basics:-ExpandSteps
Student:-Basics:-SimplifySteps
Download Help Document