powered by
This function takes a SymEngine object and return its expanded form.
expand(x)
Same type as input.
A Basic/VecBasic/DenseMatrix S4 object.
expr <- S(~ (x + y) ^ 3) expand(expr)
Run the code above in your browser using DataLab