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

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

withStudent:-Basics:

SimplifySteps2*75^(1/2)-5*27^(1/2)

Let's simplify2751252712Factor roots2531533Multiply253103153312Multiply533103153Add10315353

(1)

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

Let's simplify51221012212Multiply in order to rationalize the denominator10210252102Multiply the denominator102540Factor roots252540Combine22,552540Multiply251040Cancel out factor of1014

(2)

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

Let's simplifyk45ak3k6Apply the integer power of a power rule,anm=anmk45ak3k6Multiply45ak20ak3k6Apply the product ruleanam=an+mto add exponents with common basek20ak3+6Add exponentsk20ak9Dividek9+20a

(3)

SimplifyStepssinx+sinx2+cosx2cscx+1,mode=Learn

Let's simplifysinx+sinx2+cosx2cscx+1ApplyReciprocal Functiontrig identity,cscx+1=1sinx+1sinx+sinx2+cosx21sinx+1ApplyPythagorastrig identity,sinx2=1cosx2sinx+1cosx2+cosx2sinx+1Evaluate1

(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