Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Views: 49
Kernel: SageMath (stable)
x = var('x') y = var('y') f(x,y) = 363/310 - 30/31 * (x - y - 1/10)^2 integrate(integrate(f(x,y),(x,0,1)),(y,0,1))
1