Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

Jupyter notebook 2016-08-15-145947.ipynb

10 views
Kernel: Python 2 (SageMath)
time 5+7
CPU times: user 0 ns, sys: 0 ns, total: 0 ns Wall time: 5.96 µs
12
%time print 5+7676 print 798797*56
CPU times: user 0 ns, sys: 0 ns, total: 0 ns Wall time: 7.15 µs 7681 44732632
x = PolynomialRing[QQ,'t') f = x^3 + 1; g = x^2 - 17 h = f/g; h
--------------------------------------------------------------------------- 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