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

Online Help

All Products    Maple    MapleSim


convert/equationlist

convert to list of equations

convert/equationset

convert to set of equations

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

convert(expr, equationlist)

convert(expr, equationset)

Parameters

expr

-

list, rtable, set, table, or python; expression to convert

Description

• 

convert(expr, equationlist) takes a string or container object and produces a list of equations with content equivalent to the input.

• 

convert(expr, equationset) takes a string or container object and produces a set of equations with content equivalent to the input.

• 

If expr is a rtable or table, it is converted to a list or set of equations whose LHS is the index of expr and RHS is the elements of expr.

• 

If expr is a list or set, it is converted to a list or set of equations whose LHS is the index of expr and RHS is the elements of expr.

Examples

convert1,3,5|5,7,9,equationlist

1,1=1,1,2=5,2,1=3,2,2=7,3,1=5,3,2=9

(1)

convert1,3,5|5,7,9,equationset

1,1=1,1,2=5,2,1=3,2,2=7,3,1=5,3,2=9

(2)

converttablea=1,b=3,b=8,equationlist

a=1,b=8

(3)

converttablea=1,b=3,b=8,equationset

a=1,b=8

(4)

Compatibility

• 

The convert/equationlist and convert/equationset commands were introduced in Maple 2022.

• 

For more information on Maple 2022 changes, see Updates in Maple 2022.

See Also

convert

entries

indices

type/equationlist