On Thu, Aug 21, 2008 at 1:13 PM, root <[EMAIL PROTECTED]> wrote:
>
>>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?
>

Absolutely not, in either case.  Mathematica doesn't format and
print the output, and neither does Sage above.

Please ask questions, make comments, and keep this thread going!

William

--~--~---------~--~----~------------~-------~--~----~
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