Community Profile

photo

Eli


2019 年からアクティブ

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Content Feed

表示方法

質問


conversion from binary to decimal
disp('conversion from binary to decimal'); z=input('give a floating point number ','s'); n=strfind(z,'.'); %index of the . ...

約4年 前 | 1 件の回答 | 0

1

回答

質問


Unstable derivative approximation when steps get too small
lim f(x+h) - f(x) / h h-->0 Approximation improves when h gets smaller, but when h gets too small approximation gets worse. Wh...

約4年 前 | 2 件の回答 | 0

2

回答

質問


Why this algorithm produces a relative error?
sum1=single(0); . k=0; sum=single(1); while(sum==sum1) sum=sum1; k=k+1; sum1=sum+single(1/k^2); end disp('expected r...

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

2

回答