Posts by VINI CIUS • 33 points
1 post
-
3
votes1
answer162
viewsQ: Doubts Python Matrices
I am trying to create a function that returns the "minor complementary" matrix of any matrix. That is, given an array for example: mat=[[1,2,3],[4,5,6],[7,8,9]] The minor complement associated with…