Inability to compute an equality for simplified rationals

Issue #102 resolved
Former user created an issue

Hi,

I was not able to get a validation on this equality: "(a+b)/c==(a/c)+(b/c)"

I tested on both from the java library and http://symjaweb.appspot.com/. Instead of returning true, it returns: (a+b)/c==a/c+b/c.

It seems that any simplification form of a rational is not recognized: ((x+3)(x+4))/((x+3)(x+2))==((x+4)/(x+2)) is not seen as true neither.

Any reason why?

Comments (3)

  1. Log in to comment