Question: A bug in singular

singular(1/((x-a)*(x-b)), x);
                            {x = a}
singular(1/((x-a)*(x-2*b)), x);
                       {x = a}, {x = 2 b}

The first one clearly doesn't work as expected.

 

Please Wait...