Alexander Perepechko
Results
1
issues of
Alexander Perepechko
Create a matrix of shape (0,0) or (0,n). Take a diagonal. It should return an empty list. ```python import sympy M = sympy.Matrix([]) M.diagonal() ``` It returns ValueError: ```python File...
matrices