SimplifySteps - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


Student[Basics]

  

SimplifySteps

  

show steps in the simplification of a specified expression

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

SimplifySteps(ex, opts)

Parameters

ex

-

expression or string

opts

-

options of the form keyword=value where keyword is one of displaystyle, output

Description

• 

The SimplifySteps command is used to show the steps of simplifying a basic student 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 fullsolution option can be used to show additional arithmetic steps in the simplification.

• 

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.

Examples

> 

with⁡Student:-Basics:

> 

SimplifySteps⁡2*75^(1/2)-5*27^(1/2)

Let's simplify2⋅7512−5⋅2712•Factor roots2⋅5⋅3−1⋅5⋅3⋅3•Multiply2⋅5⁢310⁢3−1⋅5⋅3⋅312•Multiply5⋅3⁢310⁢3−15⁢3•Add10⁢3−15⁢3−5⁢3

(1)
> 

SimplifySteps⁡(5)^(1/2)/(2*(10)^(1/2)*(2)^(1/2))

Let's simplify5122⋅1012⋅212•Multiply in order to rationalize the denominator10⋅210⋅2⋅52⁢10⁢2•Multiply the denominator10⋅2⋅540•Factor roots2⋅5⋅2⋅540•Combine2⋅2,5⋅52⋅540•Multiply2⋅51040•Cancel out factor of1014

(2)
> 

SimplifySteps⁡(k^4)^(5*a)/(k^3*k^6),output=typeset

Let's simplifyk45⋅ak3⋅k6•Apply the integer power of a power rule,anm=an⁢mk4⋅5⁢ak3⋅k6•Multiply4⋅5⁢ak20⁢ak3⋅k6•Apply the product rulean⁢am=an+mto add exponents with common basek20⁢ak3+6•Add exponentsk20⁢ak9•Dividek−9+20⁢a

(3)
> 

SimplifySteps⁡sin⁡x+sin⁡x2+cos⁡x2⁢csc⁡x+1,mode=Learn

Let's simplifysin⁡x+sin⁡x2+cos⁡x2⋅csc⁡x+1•ApplyReciprocal Functiontrig identity,csc⁡x+1=1sin⁡x+1sin⁡x+sin⁡x2+cos⁡x2⁢1sin⁡x+1•ApplyPythagorastrig identity,sin⁡x2=1−cos⁡x2sin⁡x+1−cos⁡x2+cos⁡x2sin⁡x+1•Evaluate1

(4)

Compatibility

• 

The Student[Basics][SimplifySteps] 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