sym2poly SciMax Toolbox symSet

SciMax Toolbox >> symList

symList

Creates a Maxima list [...]

Calling Sequence

l=symList(a_1,[a_2,[...]])

Parameters

a_n

can be of type int, double, complex, string, sym, polynomial

l

is of type sym

Description

The function symList makes a list with elements a_1,...

Examples

Syms(['a' 'b' 'c' 'd' 'e'])
A=symList(a,b,c)
B=symList(d,e,a^2)
append(A,B)

Author

See also

sym2poly SciMax Toolbox symSet