Feeds
답변 있음
"Function might be unused"
syms t function y = f(t) t=linspace(0,100); f(x)=(3*t^2+1)./(t^3+50); h=.01; plot(t ,(f(t+h)-f(t))./h,t,(f(t+h)-2*f(t)+f(t-...
"Function might be unused"
syms t function y = f(t) t=linspace(0,100); f(x)=(3*t^2+1)./(t^3+50); h=.01; plot(t ,(f(t+h)-f(t))./h,t,(f(t+h)-2*f(t)+f(t-...
4년 초과 전 | 0
