Message Boards Message Boards

How to find local minimum of a interpolated function?

Posted 1 year ago

I'm not sure what went wrong but I can't seem to output the local minimum x values of the interpolated function below.

POSTED BY: Keyi Kang

You are using FindMinimum with wrong syntax. I would rather use Minimize:

Minimize[{q[x], 1 <= x <= 88}, x]

but it gives a wrong answer:

Min[n]
Position[n, %]
POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract