[1 0 0 0] [0 1 0 0] [0 0 1 0] [1 0 0 0] [0 1 0 0] [0 0 1 0] |
[[k1 == 0, k2 == 0, k3 == 0]] [[k1 == 0, k2 == 0, k3 == 0]] |
1 1 |
|
|
[1 0 0 0] [0 1 0 0] [1 0 0 0] [0 1 0 0] |
[[k1 == 0, k2 == 0, k3 == 0]] [[k1 == 0, k2 == 0, k3 == 0]] |
Traceback (click to the left of this block for traceback) ... ValueError: self must be a square matrix Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "_sage_input_9.py", line 10, in <module>
exec compile(u'open("___code___.py","w").write("# -*- coding: utf-8 -*-\\n" + _support_.preparse_worksheet_cell(base64.b64decode("dyA9IG1hdHJpeChbWzEsMSwwXSxbLTEsMCwwXV0pCncuZGV0ZXJtaW5hbnQoKQ=="),globals())+"\\n"); execfile(os.path.abspath("___code___.py"))
File "", line 1, in <module>
File "/tmp/tmp14cud7/___code___.py", line 4, in <module>
exec compile(u'w.determinant()
File "", line 1, in <module>
File "matrix_integer_dense.pyx", line 3228, in sage.matrix.matrix_integer_dense.Matrix_integer_dense.determinant (sage/matrix/matrix_integer_dense.c:24519)
ValueError: self must be a square matrix
|
|
|
[ 1 0 0 0] [ 0 1 -1 0] [ 0 0 0 0] [ 1 0 0 0] [ 0 1 -1 0] [ 0 0 0 0] |
[[k1 == 0, k2 == 0, k3 == 0]] [[k1 == 0, k2 == 0, k3 == 0]] |
0 0 |
|
|