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

Online Help

All Products    Maple    MapleSim


convert/`+`

convert to sum

convert/`*`

convert to product

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert(expr, `+`)

convert(expr, `*`)

Parameters

expr

-

expression

Description

• 

The convert(expr, `+`) calling sequence sums all the operands of expr.

• 

The convert(expr, `*`) calling sequence multiplies all the operands of expr.

Examples

(1)

(2)

(3)

See Also

convert

 


Download Help Document