00:01
So let us start with the concept which we are going to use here for this question.
00:08
So we have to draw the flowchart for the newton -raphson algorithm for f dash of x is equal to zero.
00:20
So we have to draw the algorithm chart right.
00:23
So obviously the algorithm will start from the instruction of start which is stated in the oval.
00:34
Then the next here we have to take the rectangular box in that the step will be said as define the function f of x and f dash of x.
00:48
Now the next step will be define x naught and epsilon.
00:57
Then next will be so as i'm carrying out on next that is why i'm taking a turret.
01:04
So here we will be starting again.
01:06
So i direct the diamond box for the operation that is f dash of x.
01:13
This should not be close to zero.
01:16
So if it is possible that means yes.
01:21
So here it will be working.
01:23
Otherwise if it is no then we carried out the loop.
01:29
Now for the next instruction will be the condition x naught minus x1 should be less than two epsilon.
01:37
If it is no that means x naught will become x1.
01:43
So in that case we have to again go for the loop.
01:47
And if it is a yes then we have to carried out the root is x1.
01:56
And finally the here it will be...