Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

All published worksheets from http://sagenb.org

189887 views
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