convert/name
convert an expression to a name
convert/symbol
convert an expression to a name of type symbol
Calling Sequence
Parameters
Description
Examples
convert(expr, name)
convert(expr, symbol)
expr
-
expression
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.
convert⁡sin⁡x2,symbol
sin(x^2)
convert⁡a+b+c⁢d,name
c*d+a+b
See Also
convert
name
type/name
Download Help Document