Contact Us!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

| Download
Project: run sage
Views: 119
Image: default
var('x,y') f(x,y)=x^20+y^20 p(a,b)=0 for m in range(11): p(a,b)=p(a,b)+f(a,0)*b^m f(x,y)=expand((f(x,y)-f(x+y,0))/x/y) print (expand(p(x+y,x*y)))
(x, y) x^20 + y^20