Community Profile

photo

Deleena Rebello


Last seen: circa 2 anni fa Attivo dal 2022

Statistiche

  • Thankful Level 1

Visualizza badge

Content Feed

Visto da

Domanda


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

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Please write a script for summation of 1/k

circa 2 anni fa | 2 risposte | 0

2

risposte