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

Online Help

All Products    Maple    MapleSim


maple.symbol

get reference to Maple symbol

maple.symbols

get reference to Maple symbols

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

maple.symbol(x)

maple.symbols(y)

Parameters

x

-

string representing a single symbol

y

-

comma-delimited string representing a sequence of symbols

Description

• 

maple.symbol(x) is a function in the Maple API for Python which returns a Name object corresponding to the string input x.

• 

maple.symbols(y) is a function in the Maple API for Python which returns a tuple of Name objects corresponding to the contents of the string input y.

Examples

See Also

OpenMaple/Python

OpenMaple/Python/Examples

OpenMaple/Python/Expression

OpenMaple/Python/Name

OpenMaple/Python/RTable

OpenMaple/Python/Set

OpenMaple/Python/Table