https://trinket.io/python3/278475119d
Что означает эта ошибка?
Traceback (most recent call last):
File "/tmp/sessions/f61d58dd874eadb8/main.py", line 38, in <module>
print("Determinant of the matrix is : ",determinant_recursive(mat,N))
File "/tmp/sessions/f61d58dd874eadb8/main.py", line 22, in determinant_recursive
As[i] = As[i][0:fc] + As[i][fc+1:]
ValueError: operands could not be broadcast together with shapes (0,) (3,)