Hi,
Why is there a difference in output between:
print 5-1 == 0
print 3^(1/3) - 3^(1/5) == 0
False
3^(1/3) - 3^(1/5) == 0
What can I do if $x,y,s,t \in \mathbb Q$, and I want to test $x^y == s^t$?
Thanks for your support!
Roland
| 1 | initial version |
Hi,
Why is there a difference in output between:
print 5-1 == 0
print 3^(1/3) - 3^(1/5) == 0
False
3^(1/3) - 3^(1/5) == 0
What can I do if $x,y,s,t \in \mathbb Q$, and I want to test $x^y == s^t$?
Thanks for your support!
Roland
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.