Maximum of my own function
Ältere Kommentare anzeigen
Using matlab find maximal values of functions f1 and f2 given by following formulas:
f1'(x) = 5x + 2
f2'(x) = 6x^2 - 3
f1(0) = f2(0) = 100
From my point of view there is of course nothing to use Matlab, both functions f1 and f2 goes to infinity of course but my teacher gave me that exercise.
I tried to solve this with "sym" "symfun" classes, I can count integrals deviratives, but how to get MAX of function on range (-inf, inf)?
Or maybe I've understood exercise bad? Hope for small help, thx for yout time!
3 Kommentare
Image Analyst
am 16 Okt. 2016
Like you said, if you don't give a range for x, then the answer is simple: it's infinity. And what is f1'? Does the apostrophe/prime mean that that function is actually the derivative of f1 instead of f1 itself?
Piotr Grzybowski
am 16 Okt. 2016
Marc Jakobi
am 16 Okt. 2016
Are you sure you are supposed to find the maximal values and not the extrema?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Calculus finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!