photo

Vipul Kumar


2018 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


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

6年以上 前 | 0 件の回答 | 0

0

回答

質問


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

6年以上 前 | 2 件の回答 | 0

2

回答