convert to name - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

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

convertsinx2,symbol

sin(x^2)

(1)

converta+b+cd,name

c*d+a+b

(2)

See Also

convert

name

type/name