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

All published worksheets from http://sagenb.org

Views: 184420
Image: ubuntu2004
x := X(Rationals);; mat := One(x)*[[-2,x],[x^2-2*x,x]]; Determinant(mat);
[ [ -2, x_1 ], [ x_1^2-2*x_1, x_1 ] ] -x_1^3+2*x_1^2-2*x_1