Can anyone help me write a matlab code? Thanks
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Bruce Wayne
le 23 Déc 2017
Commenté : Bruce Wayne
le 24 Déc 2017
write a code that find MAX value, MIN value and extremum of any functional on any range. Thanks a lot.
0 commentaires
Réponse acceptée
Walter Roberson
le 23 Déc 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 commentaires
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur Calculus dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!