I have been using the Trust-Region Dogleg Method in MATLAB to solve a system of nonlinear equations: f(x)=c. However, when I change the values of the c vector to certain values, MATLAB returns that the problem is locally singular. When I outpu the jacobian, the determinant is about 1, so this matrix is not singular. Is is possible to have a locally singular equation without a singular jacobian?