Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

Notes on ChromeOS + CoCalc

2563 views
%time 2+3
for n in [100, 200, .., 800]: %time print n,len(str(random_matrix(ZZ,n).det()))
%time D = ModularSymbols(389).decomposition()
%time len(str(factorial(1234567)))
%time k = factorial(1234567) * factorial(7654321)