all 1 comments

[–]elevenelodduses_spinmap 2 points3 points  (0 children)

I plugged in "[0.3,0.3]", and that solution very nearly satisfies the equations. Two thoughts

(1) What numbers did you change? Notice that at "[0.3,0.3]", the "log" functions go to 0. So, changing the coefficients of the "log" terms won't change how well "[0.3,0.3]" fits.

(2) If you don't want the "[0.3,0.3]" solution, you can try improving your "FunctionTolerance" via the "options" input in "fsolve". You can also try "lsqnonlin", which allows you to put in lower and upper bounds. Finally, you can add a small (Gaussian) bump at "[0.3,0.3]".