Community Profile

photo

Eli


Con actividad desde 2019

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 4 años hace | 2 respuestas | 0

2

respuestas