Student[Basics]
FactorSteps
generate steps in factoring polynomials
Calling Sequence
Parameters
Description
Examples
Compatibility
FactorSteps( expr, variable )
FactorSteps( expr, implicitmultiply = true )
expr
-
string or expression
variable
(optional) variable to collect the terms by
implicitmultiply
(optional) truefalse
output = ...
(optional) option to control the return value
displaystyle = ...
(optional) option to control the layout of the steps
The FactorSteps command accepts a polynomial and displays the steps required to factor the expression.
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][FactorSteps] command was introduced in Maple 2021.
For more information on Maple 2021 changes, see Updates in Maple 2021.
See Also
Student:-Basics
Student:-Basics:-ExpandSteps
Student:-Basics:-LinearSolveSteps
Student:-Calculus1:-ShowSolution
Student:-Calculus1:-ShowSteps
Download Help Document