Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

a demo notebook

Project: escience demo
Views: 146
Kernel: SageMath (stable)
for i in range(10): print(i) sleep(1)
0 1 2 3 4 5 6 7 8 9
2 + 3
5

foo

  • a

  • α\alpha

2/3
2/3

Problem number one

  1. Integrate sin(x2)sin(x^2) with respect to xx

show(integrate(sin(x^2),x))
import astropy