Dear all,
Is there a reason why the assume(...) command takes so much longer
than var(...)?
Example:
%time
var('av jbiom lwat p rwat veloc mort epot esv etv esb etb wv wb qbv
bv')
gives:
CPU time: 0.00 s, Wall time: 0.00 s
On the other hand,
%time
assume(p>0, veloc>0,
mort>0,lwat>0,jbiom>0,rwat>0,av>0,av<1,wv>0,wb>0,bv>0)
gives:
CPU time: 2.91 s, Wall time: 8.78 s
This is with sage 3.1.2. on an Intel Mac with OS X 10.4.11.
Thanks for your help!
Stan
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---