Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

All published worksheets from http://sagenb.org

Views: 168727
Image: ubuntu2004
#faxtorization factor (32474811697101319707166136919012)
2^2 * 3^5 * 33410300099898477064985737571
#factorial 9.factorial()
362880
#modulo mod (6799619691,565713)
315144
#power_modulo power_mod (2,3,5)
3
#primality_test x=is_prime (698651010790410601660161) x
False
#root sqrt(256)
16
#gambar q=plot (x^2+3); q
x=var('x') p=plot(sin (x/2), (x,0,2*pi),rgbcolor=hue(2.3)); q=plot(cos (x), (x,0,2*pi),rgbcolor=hue(1.9)); r=plot(tan (x), (x,0,2*pi),rgbcolor=hue(1.0)); show (p+q) show(p+q+r)