Mechanical Engineering > GATE 2017 SET-1 > Numerical Methods
P (0, 3), Q (0.5, 4), and R (1, 5) are three points on the curve defined by f(x). Numerical integration is carried out using both Trapezoidal rule and Simpson's rule within limits x=0 and x=1 for the curve. The difference between the two results will be
Explanation
Correct : a
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.