photo

Kevin Agudo


Last seen: 3 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

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-...

3 years 前 | 0