Community Profile

photo

Deleena Rebello


Last seen: etwa 2 Jahre vor Aktiv seit 2022

Statistiken

  • Thankful Level 1

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


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

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Please write a script for summation of 1/k

etwa 2 Jahre vor | 2 Antworten | 0

2

Antworten