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

Online Help

All Products    Maple    MapleSim


InertForm

  

ConvertToString

  

convert an inert-form structure to a string that uses standard math notation

 

Calling Sequence

Parameters

Description

Package Usage

Examples

Compatibility

Calling Sequence

ConvertToString( expr )

Parameters

expr

-

expression

Description

• 

The ConvertToString command accepts an inert-form structure and returns a sprintf or lprint text representation of that string with inert operators replaced with standard operators.

Package Usage

• 

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

Examples

withInertForm:

exParse(1+2)/6

ex1+26

(1)

lprintex

(1 %+ 2) %/ 6

ConvertToStringex

(1+2)/6

(2)

Compatibility

• 

The InertForm[ConvertToString] command was introduced in Maple 2021.

• 

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

See Also

InertForm:-Parse