Feeds
질문
can anyone explain the code my calculus teacher explained this code in my class but I didn't understand it. The code is related to Mean value theorem.
clear clc syms x y f(x)=x^3-12*x-5;I=[-4,4]; % Input the function and interval a=I(1);b=I(2); Df=diff(f,x); m=(f(b)-f(a))/...
4년 초과 전 | 답변 수: 2 | 0