Home > other >  Python has infinite solution of the problem solving linear equations, seek help from bosses
Python has infinite solution of the problem solving linear equations, seek help from bosses

Time:12-10

Help you, now I see multiple a python solution equations, are m * m matrix form, has a unique solution; If is the matrix m * n, m CodePudding user response:

For example a look

CodePudding user response:

For example
X1 + x2 + x3 +... + x11=119634
Y1 + y2, y3 +... + y11=19797
X1 + y1=4709
X2 + y2=15532
The x3 + y3=7677
X4 + y4=46825
X5 + y5=11171
X6 + y6=12242
X7 + y7=10809
By 8 + y8=3112
X9 + y9=118028
X10 + y10=1311
X11 + y11=3924
The 13 equation, the linear equations of 22 unclear how output solution in python? Need to output 50 positive integer solutions,
  • Related