Feeds
답변 있음
Determine the intervals on which the function f(x) is increasing and decreasing
clf f = sinh(x.^2); h = sqrt(cosh(x)-1); fplot(diff(f)-diff(h)) grid on ylim([-5 5]) xlim([-5 5])
Determine the intervals on which the function f(x) is increasing and decreasing
clf f = sinh(x.^2); h = sqrt(cosh(x)-1); fplot(diff(f)-diff(h)) grid on ylim([-5 5]) xlim([-5 5])
대략 4년 전 | 0
