create a symbolic set
S = Set() S = Set( a )
symbolic, double, or integer matrix, or symbolic set
symbolic set
Creates a symbolic set S. The elements of symbolic sets are symbolic scalars (cf. Sym).
Returns an empty set.
Returns a set with the elements of a matrix or vector a.
Returns the i-th element of A specified by a scalar integer index i.
Returns a subset of A specified by a vector i of integer indices.
Returns the set of elements which are members of A and B.
Please note, if B is a symbolic scalar (cf. Sym), then it is interpreted as a set with just one element.
Removes all elements of set B from A and then inserts all elements of set C into A.
Please note, if the empty matrix [] is used for B or C, then it is interpreted as an empty set.
SymEngine: C++ library for fast symbolic manipulation.