Somme time ago, to test if A is a Matrix, I just did:
from sage.matrix.matrix import is_Matrix if is_Matrix(A):.....
But this is now depreciated. What should I do in place ? t.d.
1 | initial version |
Somme time ago, to test if A is a Matrix, I just did:
from sage.matrix.matrix import is_Matrix if is_Matrix(A):.....
But this is now depreciated. What should I do in place ? t.d.
Somme time ago, to test if A is a Matrix, I just did:
from sage.matrix.matrix import is_Matrix if is_Matrix(A):.....
But this is now depreciated. What should I do in place ? t.d.
Somme Some time ago, to test if A A
is a Matrix, matrix, I just did:used:
from sage.matrix.matrix import is_Matrix
if But this is now depreciated. deprecated. What should I do in place ?
t.d.use instead?