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


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

convertsinxyx,`+`

sinx+yx

(1)

convertsinx+yx,`*`

sinxyx

(2)

convertfa,b,c,`+`

a+b+c

(3)

See Also

convert