I'm trying to simplifying the following in maxima:
(6*C*b3m*ω+(8*%i*R0^3*b^3-24*%i*R0^3*a*b^2+24*%i*R0^3*a^2*b-8*%i*R0^3*a^3)*Γ+3*A*E*a3p*k+2*%i*K*b3m)/(6*C*ω+3*A*E*k+2*%i*K)
But I can easily see that the quantity in brackets there is nothing but (8*R0**3*(b-a)**3)*Γ
. In fact I can see this by just evaluating this :
It's frustrating to see maxima miss this and I don't know what to do to simplify this. Any help will be appreciated!