Question: collect with fractional powers

collect((sqrt(x)+y)^2, [x, y], distributed);
                                       (sqrt(x)+y)^2

I think this is wrong. Documentation says that collect supports fractional powers of the variables, so in this case collect should return x+2*sqrt(x)*y+y^2.

Please Wait...