photo

khalid boureeny


2017 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How can I increase the decimal digits in the result of my program ? for example 50 or 80 digits .
format long x=(pi); for i=1:10 fx=cos(x(i))-3*x(i)+1; fxx=-sin(x(i))-3; x(i+1)=x(i)-(fx/fxx); end x(10) ...

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

1

回答

質問


what if I need more decimal digits in calculated results ? ( e.g. 50 or 80 decimal digits )
What should I do to increase the decimal digits ? FOR EXAMPLE : clear all clc x=(-0.1); y=(0); fprintf(' i ...

約8年 前 | 3 件の回答 | 0

3

回答

質問


How can I increase the decimal digits and control them in future .... How should I modify my program to do so ???
FOR EXAMPLE , WHAT SHOULD I DO TO INCREASE THE DECIMAL DIGITS TO 50 OR 100 ??? PLEASE, SHOW ME THE WAY ... clear all clc x=(...

約8年 前 | 0 件の回答 | 0

0

回答

質問


I need more decimal digits than the default for the values of x ...
x=(0); %format long eng fprintf(' x \n') fprintf(' ------------- \n') fprintf('%20i \n...

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

1

回答

質問


why my iteration prog doesn't work ?
% Use NR method f(x)= x^3-5x^2+7x-3 clc TV=3; x=(4); tol=0.0007; format long for i=1:5; fx=(x(i))^3-...

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

2

回答