I want to solve a system of non-linear equation by modifiying the "x" argument on the function shown below. The other arguments do not need to be modified. How can I tell python to keep fixed all arguments except for "x"?
def equations(L, N, tu, x, p, fi, A, E, a, b, n1, xc, xh, xo, m):
Thanks,
Andrés