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

Online Help

All Products    Maple    MapleSim


Degrees

  

Simplify

  

simplify an expression that has degree-form trig functions

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Simplify( expr )

Parameters

expr

-

any expression

Description

• 

The Simplify(expr) command converts the underlying trig functions in the given expression to radians-form, applies simplify, and converts back to degrees form.  Some additional care is taken to produce good results for expressions containing Int, Diff, and RootOf.  

• 

This function is part of the Degrees package, so it can be used in the short form Simplify(..) only after executing the command with(Degrees). However, it can always be accessed through the long form of the command by using Degrees:-Simplify(..).

Examples

withDegrees:

exprsindx2+cosdx2

exprsindx2+cosdx2

(1)

Simplifyexpr

1

(2)

Compatibility

• 

The Degrees[Simplify] command was introduced in Maple 2021.

• 

For more information on Maple 2021 changes, see Updates in Maple 2021.

See Also

Degrees

trigd