Can anyone help me write a matlab code? Thanks
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Bruce Wayne
am 23 Dez. 2017
Kommentiert: Bruce Wayne
am 24 Dez. 2017
write a code that find MAX value, MIN value and extremum of any functional on any range. Thanks a lot.
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 23 Dez. 2017
There is no known mathematical way of doing that for arbitrary functions.
For a subset of functions, the general approach is to take the derivative of the function and solve for 0. Each point at which the derivative becomes 0 is a minimum, maximum, or saddle point; determining which case you have can be done by taking the second derivative and evaluating it at the location and checking whether the sign of that is positive or negative or 0.
Solving the derivative for 0 is not typically possible in closed form if the derivative is a polynomial of degree more than 4, and finding all of the zeros is not generally possible for the periodic functions such as the trig functions.
0 Kommentare
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu Calculus finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!