Subject: | Bug in Simplify() subroutine |
Date: | Wed, 1 Sep 2010 23:54:49 +0800 |
To: | bug-Math-Calculus-Expression [...] rt.cpan.org |
From: | Anand Anand <taknevski [...] gmail.com> |
Hi Jonathan,
I tried your module to do some symbolic algebra simplification. But it fails
on the following test case. I have attached the perl script for this test
case please verify on your side.
the test case is :
16*a + 11 -16*a
Answer should be 11 after the simplify() call but getExpression() (after a
call to simplify())still returns
the input : "16*a + 11 - 16*a"
I would greatly appreciate your help in this matter.
Thanks,
Anand
Message body is not shown because sender requested not to inline it.