>MATHEMATICA:
>Timing[a = Expand[(x^Sin[x] +y^Cos[y] - z^(x+y))^100];]
>         {0.180212, Null}
>
>SAGE:
>sage: time a = expand((x^sin(x) + y^cos(y) - z^(x+y))^100)
>CPU times: user 0.15 s, sys: 0.00 s, total: 0.15 s
>

Does this include the time to format and print the output?

Tim

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to