Aerospace Engineering > GATE 2025 > Numerical Methods
An approximate solution of the equation x3-17=0 is to be obtained using the Newton-Raphson method. If the initial guess is xo=2, the value at the end of the first iteration is x1= ______ (rounded off to two decimal places).
Explanation
Correct : 2.58
Similar Questions
What is the worst-case time complexity of insertion in an AVL tree?
Which operations on a binary search tree have O(h) complexity?
Compare search complexities of sorted array vs balanced BST.