I would like to find the zeros of a real function of multiple variables. Many algorithms are known to solve this problem (such as the Newton-Rhapson method), but in the general case, do these problems belong to the NP-complete class of problems ? In other words do we know a method to solve this in reasonable time if the number of variables becomes high ?
Thanks in advance !
PS: I haven't found this question asked on the forum but some topics seem closely related, if my question is redundant please tell me.