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 years 前 | 0