Community Profile

photo

Deleena Rebello


Last seen: plus de 2 ans il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


Please write a script for summation of 1/k

plus de 2 ans il y a | 2 réponses | 0

2

réponses