Community Profile

photo

Deleena Rebello


Last seen: alrededor de 2 años hace Con actividad desde 2022

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Please help to remove the error
format long x=0:pi/100:pi/2; y1=sin(x); y2=x.^2-1; plot(x,y1,'--',x,y2,'-') fzero(inline('sin(x)-x.^2-1'),1) After runni...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


please is there any inbuilt function for harmonic function?
Please write a script of function for harmonic function summation of 1/n for n=1 to infinity

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Write the MATLAB program using fzero
y = sin x; y = x^2-1 on x=0 to pi/2 to 8 decimal places Hint: To nd the intersection of sin x and cos x at 5pi/4 we could t...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Taylor series for cos x
We know from Calculus that the Taylor expansion of cos x about x = 0 is given by cosx = 1-x^2/2!+x^4/4!............ Write a F...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Please write a script for summation of 1/k

alrededor de 2 años hace | 2 respuestas | 0

2

respuestas