How do I incorporate an interval ?
Show older comments
How do I incorporate into this code that i want to see the local maximum and minimum in this interval x ∈ (-2, 1) ?
syms x
f = 2*x^3 - 3*x^2;
f1 = diff(f);
maxmin = solve(f1)
Accepted Answer
More Answers (0)
Categories
Find more on Calculus in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!