bc030400412 Messages 9 Reaction score 0 Thread starter Oct 9, 2007 #1 solution step by step Attachments MTH603_1.JPG 7.1 KB · Views: 487
EnumaElish Science Advisor Messages 2,348 Reaction score 124 Oct 9, 2007 #2 Can you describe the iteration method?
rock.freak667 Homework Helper Messages 6,221 Reaction score 31 Oct 9, 2007 #3 Use the Newton-raphson method or you can use your own iterative method...but doing it the latter way may fail to converge to a rootN-R form: [tex]\alpha_{n+1}=\alpha_n -\frac{f(\alpha_n)}{f'(\alpha_n)}[/tex]
Use the Newton-raphson method or you can use your own iterative method...but doing it the latter way may fail to converge to a rootN-R form: [tex]\alpha_{n+1}=\alpha_n -\frac{f(\alpha_n)}{f'(\alpha_n)}[/tex]
HallsofIvy Science Advisor Homework Helper Messages 42,895 Reaction score 983 Oct 10, 2007 #4 Buit the crucial point is YOUR method. Whatever method you use, YOU are supposed to do it. Have you tried using Newton-Raphson? This is, I think, now the fourth problem you have posted with no sign of attempting it yourself.
Buit the crucial point is YOUR method. Whatever method you use, YOU are supposed to do it. Have you tried using Newton-Raphson? This is, I think, now the fourth problem you have posted with no sign of attempting it yourself.