PowerSteps - 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]

  

PowerSteps

  

show steps in the simplification of a specified expression

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

PowerSteps(ex, opts)

Parameters

ex

-

expression or string

opts

-

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

Description

• 

The PowerSteps command is used to show the steps of simplifying exponents, logarithms and exponential function in 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:

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

Let's simplify2751252712Factor roots2531533Multiply253103153312Multiply533103153Add10315353

(1)

PowerSteps(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)

PowerSteps(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)

Compatibility

• 

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