InterviewSolution
Saved Bookmarks
| 1. |
The solution of the equation given by 2x3+5x+A=0, (where A is a constant) is determined by Newton-Raphson method. First assumption for root of the equation is x0=2 If after one iteration the root obtained is x1=3.5, then the value of A is____-69.5 |
Answer» The solution of the equation given by 2x3+5x+A=0, (where A is a constant) is determined by Newton-Raphson method. First assumption for root of the equation is x0=2 If after one iteration the root obtained is x1=3.5, then the value of A is____
|
|