How to simplify this?



Doug Stewart wrote:

> (%o43) 6.0*(0.16666666666667*s+0.83333333333333)*U
>    /(0.16666666666667*s^2+1.166666666666667*s+1)
>
>
> How do you get Maxima to multiply the 6 into the brackets?
> Doug
>
I found it :-) ratsimp(exp)
Doug