| Author |
Comment/Response |
plasmon
|
07/26/07 11:51am
p := Abs[Exp[I Pi/x] + Exp[I x/Pi]]
Plot[p, {x, 1, 20}]
FindMinimum[p, {x, 20}]
How can i remove the warning message
"The line search decreased the step size to within tolerance specified by AccuracyGoal and PrecisionGoal but was unable to find a sufficient decrease in the function. You may need more than MachinePrecision digits of working precision to meet these tolerances."
URL: , |
|