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

Online Help

simplify/constants

convert constant functions to constants

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

simplify(expr, 'constants')

Parameters

expr

-

expression

'constants'

-

literal name; 'constants', including the enclosing with quotes ''

Description

• 

In Maple, constants are not automatically considered to be constant functions, and therefore  does not automatically simplify to Pi whereas  does simplify to .  This procedure performs those simplifications.

• 

Candidates for simplification are symbols in the expression sequence constants which are not themselves procedures or for which there does not exist an evalf function.

• 

Note: In order to perform this simplification using the syntax simplify(expr, 'constants'), it is mandatory that the keyword 'constants' be enclosed with quotes, to prevent the premature evaluation of this keyword to the list of Maple constants

constants;

(1)

Examples

(2)

(3)

(4)

(5)

(6)

(7)

See Also

constants

simplify

 


Download Help Document