Posts by Andrew Jhonatan • 13 points
1 post
-
1
votes1
answer1878
viewsQ: Matrix scheduling in Python
I have problems trying to scale a matrix 5x5. First I made a null line go to the last line of the matrix (it worked out), then I tried to make a line that had the highest index be below that which…