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

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