Open GoogleCodeExporter opened 9 years ago
denominator comes with deciamal number not working in solve
Solve[((x-8.5)^2/(2.1*x))+(y+9.5)^2==11/10,x] this is not working
but Solve[((x-8.5)^2/((21/10)*x))+(y+9.5)^2==11/10,x] this is working
Original comment by msafiyul...@gmail.com
on 28 Jun 2013 at 6:19
Fixed with this commit for Expand:
https://bitbucket.org/axelclk/symja_android_library/commits/1604517900b842ab6fa8
7a14aa2c61bf7ce87a4b
Original comment by axelclk@gmail.com
on 29 Jun 2013 at 5:08
Thanks for your prompt fix..
Original comment by msafiyul...@gmail.com
on 1 Jul 2013 at 3:23
Original issue reported on code.google.com by
msafiyul...@gmail.com
on 28 Jun 2013 at 5:47