photo

khalid boureeny


Aktiv seit 2017

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 8 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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

fast 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 8 Jahre vor | 2 Antworten | 0

2

Antworten