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

Online Help

All Products    Maple    MapleSim


ComplexNumeric

Python representation of a Maple complex numeric

 

Description

Method Summary

Superclass

Direct Subclasses

Description

• 

The maple.ComplexNumeric class represents Maple objects of type complex(numeric).

Method Summary

• 

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

Superclass

• 

Expression

Direct Subclasses

• 

RealNumeric

See Also

OpenMaple

OpenMaple/Python

OpenMaple/Python/Examples

OpenMaple/Python/Expression

OpenMaple/Python/Name

OpenMaple/Python/RealNumeric

OpenMaple/Python/Table