expand symbolic expression
b = Expand( a )
symbolic
Returns the rewritten expression b, such that products and powers of expresseion a are expanded.
// create expression a = Sym("(x+y)*(x-y)^10")) // expand expression Expand(a)
SymEngine: C++ library for fast symbolic manipulation.