ComplexNumeric
Python representation of a Maple complex numeric
Description
Method Summary
Superclass
Direct Subclasses
The maple.ComplexNumeric class represents Maple objects of type complex(numeric).
maple.ComplexNumeric inherits all the methods defined on Expression objects.
It implements the numbers.Complex base abstract class from the numbers module.
The following methods are defined on any ComplexNumeric object and invoke the specified implementation in Maple.
Method name
Usage
Maple implementation
conjugate
x.conjugate()
Compute complex conjugate
imag
x.imag()
Im - compute imaginary part
real
x.real()
Re - compute real part
Expression
RealNumeric
See Also
OpenMaple
OpenMaple/Python
OpenMaple/Python/Examples
OpenMaple/Python/Expression
OpenMaple/Python/Name
OpenMaple/Python/RealNumeric
OpenMaple/Python/Table
Download Help Document