Creates a Maxima list [...]
l=symList(a_1,[a_2,[...]])
can be of type int, double, complex, string, sym, polynomial
is of type sym
The function symList makes a list with elements a_1,...
Syms(['a' 'b' 'c' 'd' 'e']) A=symList(a,b,c) B=symList(d,e,a^2) append(A,B)