photo

Vipul Kumar


Actif depuis 2018

Followers: 0   Following: 0

Statistiques

Feeds

Afficher par

Question


I want to round off my answer upto 4 decimal place but my code dosen't work.
function d=divided_diff(a,b,c,f1,f2,f3) p=vpa((f2-f1)/(b-a)); q=vpa((f3-f2)/(c-b)); d=(q-p)/(c-a); d=round(d,4); ...

plus de 6 ans il y a | 1 réponse | 0

0

réponse

Question


I want to make a programming function in which I want to take input any mathematical function like f(x)=sin(x)+x^2. then I take a input x and my function return a value of f(x).but i don't know how can i do?
I want to make a programming function in which I want to take input any mathematical function like f(x)=sin(x)+x^2. then I take ...

plus de 6 ans il y a | 2 réponses | 0

2

réponses