Hi, I have a set of vectors that I would like to solve for in a nonlinear system of equations.
I have tried to use scipy.fsolve to solve the system, but without success. I believe the problem is that scipy expects the same number of inputs as outputs. I have a 12x1 input vector, but I can...