I tried to do a search for this as I have to imagine it's somewhere... but I couldn't find it (probably not using the right keywords or something)
Anyway, what I want is to be able to put in a set of factors, and have the command output the distributed result. I know the polynom package can do the reverse of this with polynomials, but I am hoping to distribute out the factors.
So for example, I would input something like (x^2-1)(x+2) and the output would be x^3+2x^2-x-2
The Sage documentation on expand() and simplify() is