Name Class - 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


Name

Python representation of a Maple symbol

 

Description

Method Summary

Superclass

Description

• 

The maple.Name class represents Maple objects of type symbol.

Method Summary

• 

maple.Name inherits all the methods defined on Expression objects.

• 

The following methods are defined on any Name object and invoke the specified implementation in Maple.

Method name

Usage

Maple implementation

__getattr__

getattr(x)

Allows a.b to access the Maple name a:-b

assign

x.assign(y)

Assigns the value y to symbol x

Superclass

• 

Expression

See Also

OpenMaple

OpenMaple/Python

OpenMaple/Python/Examples

OpenMaple/Python/Expression

OpenMaple/Python/Table