convert to name - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


convert/name

convert an expression to a name

convert/symbol

convert an expression to a name of type symbol

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert(expr, name)

convert(expr, symbol)

Parameters

expr

-

expression

Description

• 

The convert(expr, name) command converts the expression expr to a name.

• 

The convert(expr, symbol) command converts the expression expr to a name of type symbol.

Examples

> 

convert⁡sin⁡x2,symbol

sin(x^2)

(1)
> 

convert⁡a+b+c⁢d,name

c*d+a+b

(2)

See Also

convert

name

type/name