Posts by Vitoria Santos • 1 point
1 post
-
-2
votes1
answer80
viewsQ: How do I make my matrix scheduling algorithm work in python?
I need to make a program in python that reads a matrix A nxn and a vector B and then solve the system Ax=B, the function q I am using for the first part is global n n= int(input('Qual será a…