I'm not very experienced with using python and I am trying to solve a system of equations. Here's an example of how it would look:
x1 + 2x2 + 3x3 + ... + x52 = some number A
7x1 + 8x2 + x3 + ... + 4x52 = some number B
9x1 + 3x2 + x3 + ... + x52 = some number C
So it would only have a few rows with a lot of columns.
I know there are many solutions but not all will work.