zero - 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


simplify/zero

simplify complex numeric expressions of type embedded_real and type embedded_imaginary

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

simplify(expr, zero)

Parameters

expr

-

expression

zero

-

literal name; zero

Description

• 

The simplify(expr, zero) calling sequence replaces complex numerics of type embedded_real with their corresponding real parts, and it replaces objects of type embedded_imaginary with their corresponding imaginary parts.

  

Note:  This routine is not called automatically by the general simplify routine.

Examples

simplify3+0.+2If1.0.I,x,zero

3+2.If−1.,x

(1)

See Also

complex

numerics

simplify

type/embedded_imaginary

type/embedded_real