I am trying to solve the following system of 2n variables:
w1 + w2 + ... + wn = b0
w1x1 + w2x2 + ... + wnxn = b1
w1x12 + w2x22 + ... + wnxn2 = b2
...
w1x12n-1 + w2x22n-1 + ... + wnxn2n-1 = b2n-1
for w1, w2 ... wn and x1, x2 ... xn.
The problem is the using the Solve command returns...