Community Profile

photo

Deleena Rebello


Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

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

2 years ago | 1 answer | 0

1

answer

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

2 years ago | 1 answer | 0

1

answer

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

2 years ago | 1 answer | 0

1

answer

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

2 years ago | 1 answer | 0

1

answer

Question


Please write a script for summation of 1/k

2 years ago | 2 answers | 0

2

answers