photo

Kevin Agudo


Last seen: plus de 3 ans il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
"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-...

plus de 3 ans il y a | 0