Mechanical Engineering > GATE 2014 Set-4 > Numerical Methods
Consider an ordinary differential equation dx/dt = 4t+4. If x=x0 at t=0, the increment in x calculated using Runge-Kutta fourth order multi-step method with a step size of Δt=0.2 is
Explanation
Correct : d
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.