Does sage use symbolic calculus if it has to compare two symbolic expressions inside an "if" clause? I was expecting that this will be the case and I would get an "exact" answer to my "symbolic question", but a program I was running crashed when it failed in checking that two symbolic expressions were equivalent. Here you have a simplified version of my problem:
if 1/3*sqrt(2/5)==2/3*sqrt(1/10): print True else: print False I thought sage would print True (since it's true...) but it didn't. Maite. -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org