ComplexBox
Arithmetic
arithmetic for ComplexBox objects
+
compute a sum involving ComplexBox objects
*
compute a product involving ComplexBox objects
^
compute a power involving ComplexBox objects
-
compute the negative of ComplexBox object
/
compute the reciprocal of ComplexBox object
conjugate
compute the conjugate of ComplexBox object
root
compute a root of ComplexBox object
Calling Sequence
Parameters
Description
Examples
Compatibility
-b
1/b
b1 + b2
b1 * b2
b1 ^ b2
b1 ^ z
conjugate( b )
root( b, n )
b
ComplexBox object
b1
b2
z
extended complex numeric value
n
non-negative integer
The arithmetic operators , , , and are available as methods for ComplexBox objects.
Operation
unary negation
unary inversion
addition
multiplication
exponentiation
conjugation
-th root
Addition (+) and multiplication (*) are -ary operators that support more than two operands. The operators of negation (-) and inversion (/) are unary. The non-associative exponentiation operator (^) is binary.
The conjugate of a ComplexBox object b can be computed by using the conjugate( b ) command.
To compute roots of a ComplexBox object b, use the root( b, n ) command.
The ComplexBox[Arithmetic], ComplexBox:-+, ComplexBox:-*, ComplexBox:-^, ComplexBox:--, ComplexBox:-/, ComplexBox:-conjugate and ComplexBox:-root commands were introduced in Maple 2022.
For more information on Maple 2022 changes, see Updates in Maple 2022.
See Also
RealBox
Download Help Document