symList SciMax Toolbox symb

SciMax Toolbox >> symSet

symSet

Creates a Maxima Set {...}

Calling Sequence

s=symSet(a_1,[a_2,[...]])

Parameters

a_n

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

s

is of type sym

Description

The function symSet makes a set with elements a_1,...

Examples

Syms(['a' 'b' 'c' 'd' 'e'])
A=symSet(a,b,d,e)
B=symSet(c,b,e)
union(A,B)
intersect(A,B)

Author

See also

symList SciMax Toolbox symb