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

Online Help

All Products    Maple    MapleSim


InertForm

  

MakeInert

  

convert a maple expression to inert-form

 

Calling Sequence

Parameters

Description

Package Usage

Examples

Compatibility

Calling Sequence

MakeInert( expr )

Parameters

expr

-

expression

Description

• 

The MakeInert command accepts an ordinary non-inert-form expression and returns an inert-form expression.  

• 

The input should be a simple algebraic type.  No automatic simplification is prevented because the input was already created as a Maple object.

Package Usage

• 

This function is part of the InertForm package, so it can be used in the short form MakeInert(..) only after executing the command with(InertForm). However, it can always be accessed through the long form of the command by using InertForm[MakeInert](..).

Examples

withInertForm:

MakeInertlog10x

log10x

(1)

MakeInertsinx

sinx

(2)

MakeInertx+12yz

x+12yz

(3)

exMakeInert3x+12yz

ex32x+1yz

(4)

lprintex

((3 %/ 2) %* (x %+ 1)) %/ (y %* z)

Displayex,inert=false

32x+1yz

(5)

Compatibility

• 

The InertForm[MakeInert] command was introduced in Maple 18.

• 

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

See Also

InertForm:-Parse