FractionSteps - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


Student[Basics]

  

FractionSteps

  

show steps in the simplification of a specified expression

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

FractionSteps(ex, opts)

Parameters

ex

-

expression or string

opts

-

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

Description

• 

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.

Examples

withStudent:-Basics:

FractionSteps1/2+1/3

Let's Simplify Fractions12+13Find fractions to get lowest common denominator of63312+2213Multiply316+216Add numerators31+216Multiply313+216Multiply213+26Add3+256Solution56

(1)

FractionStepsa/2+a/3+a/4

Let's Simplify Fractionsa2+a3+a4Find fractions to get lowest common denominator of1266a2+44a3+33a4Multiply6a12+4a12+3a12Add numerators6a+4a+3a12Add6a+4a+3a13a12Solution13a12

(2)

FractionSteps3/11+13/29,output=typeset

Let's Simplify Fractions311+1329Find fractions to get lowest common denominator of3192929311+11111329Multiply293319+1113319Add numerators293+1113319Multiply29387+1113319Multiply111387+143319Add87+143230319Solution230319

(3)

Compatibility

• 

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