Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download

All published worksheets from http://sagenb.org

Views: 168820
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