convert/equationlist
convert to list of equations
convert/equationset
convert to set of equations
Calling Sequence
Parameters
Description
Examples
Compatibility
convert(expr, equationlist)
convert(expr, equationset)
expr
-
list, rtable, set, table, or python; expression to convert
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.
convert⁡1,3,5|5,7,9,equationlist
1,1=1,1,2=5,2,1=3,2,2=7,3,1=5,3,2=9
convert⁡1,3,5|5,7,9,equationset
convert⁡table⁡a=1,b=3,b=8,equationlist
a=1,b=8
convert⁡table⁡a=1,b=3,b=8,equationset
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
Download Help Document