Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

All published worksheets from http://sagenb.org

189900 views
ubuntu2004
A=Matrix([[2,1],[5,7]]) A.det(2*2) print A,A.det
[2 1] [5 7] <built-in method det of sage.matrix.matrix_integer_dense.Matrix_integer_dense object at 0x2cf93b0>