Kernel: Python 2 (SageMath)
In [3]:
Out[3]:
CPU times: user 0 ns, sys: 0 ns, total: 0 ns
Wall time: 5.96 µs
12
In [13]:
Out[13]:
CPU times: user 0 ns, sys: 0 ns, total: 0 ns
Wall time: 7.15 µs
7681
44732632
In [10]:
Out[10]:
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
<ipython-input-10-6c3beee14403> in <module>()
----> 1 x = PolynomialRing[QQ,'x']
2 f = x^3 + 1; g = x^2 - 17
3 h = f/g; h
NameError: name 'PolynomialRing' is not defined
In [ ]: