yacas icon indicating copy to clipboard operation
yacas copied to clipboard

Simplify(2^(x-1+1)) [sf#11]

Open grzegorzmazur opened this issue 9 years ago • 1 comments

Reported by anonymous on 2011-11-20 12:38 UTC Simplify(2(x-1+1))


Comment by hmatuschek:

Seems to be fixed by additional rule:

10 # Simplify((_x)(_y)) <-- Simplify(x)Simplify(y);

But I don't know if this may produce side effects. I don't understand the
simplify algorithm but it seems like the power operator is not well covered
there.


Moved from SF: 1075434

grzegorzmazur avatar Jul 26 '15 16:07 grzegorzmazur

This testcase actually works as expected now, but the issue remains valid for more complicated exponents

grzegorzmazur avatar Aug 06 '15 08:08 grzegorzmazur