The following problem occured and I don't understand what the mistake is using
isqrt. Please help. Thanks in advance.
I use Sage 3.0.0. Roland
sage: for n in range(1,10):
... print n, isqrt(n)
1
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/notebook/sage_notebook/worksheets/admin/16/code/7.py", line 6, in
<module>
exec compile(ur'for n in range(Integer(1),Integer(10)):\u000a print n,
isqrt(n)' + '\n', '', 'single')
File "/usr/local/sage/local/lib/python2.5/site-packages/sympy/plotting/",
line 2, in <module>
File
"/usr/local/sage/local/lib/python2.5/site-packages/sage/misc/functional.py",
line 956, in isqrt
raise NotImplementedError
NotImplementedError
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---