Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

Notes on ChromeOS + CoCalc

Views: 2040
%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)