Student[Basics]
FractionSteps
show steps in the simplification of a specified expression
Calling Sequence
Parameters
Description
Examples
Compatibility
FractionSteps(ex, opts)
ex
-
expression or string
opts
options of the form keyword=value where keyword is one of displaystyle, output
The FractionSteps command is used to show the steps of adding fractions.
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 displaystyle and output options can be used to change the output format. See OutputStepsRecord for details.
This function is part of the Student:-Basics package.
The Student[Basics][FractionSteps] command was introduced in Maple 2022.
For more information on Maple 2022 changes, see Updates in Maple 2022.
See Also
Student:-Basics
Student:-Basics:-FactorSteps
Student:-Basics:-LinearSolveSteps
Student:-Basics:-OutputStepsRecord
Student:-Calculus1:-ShowSolution
Student:-Calculus1:-ShowSteps
Download Help Document