Regnar Andersen

25 Reputation

4 Badges

5 years, 199 days

MaplePrimes Activity


These are answers submitted by Regnar Andersen

Let's say you have a function defined f(x), then solve(f'(x)>0,x) returns the increasing intervals and solve(f'(x)<0,x) returns the decreasing intervals. Roots(f'(x)) returns the values of x where there's a critical point/extrema, local/global max/min.

Page 1 of 1