Solved
solve, fully and _n ?
- December 30, 2016
- 19 replies
- 5999 views
Hello, Everyone.
From :

The question : What does _n mean ?
Thanks in advance for your time and help.
Best Regards.
The question : how many real roots does the f(x) = 0, the above, have ?
Looks like its quite a huge number 😉
Find also three different ways to get your "third" root.
Welcome to numerical algorithms! Ever so often they don't converge or are very sensitive concerning the guess values.
You may also chose among a couple of different algorithms^if you use a solve block! Right click on the word "Find" and then chose one of the three offered nonlinear algorithms or mess around with the options offered. You will see that most of the time Levenberg-Marquardt (which is the default) is the best choice.
Also the setting of TOL can influence the solver and setting it to a level too low might make the solver fail.
You can also see (look at the values in my vector Z) that different guess values often result in slightly different values for what sure is the very same solution. Numerical inaccuracies is something you have to live with when you deal with numerical approximations.

No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.