Mechanical Engineering > GATE 2022 SET-2 > Numerical Methods
Consider the definite integral
Let Ie be the exact value of the integral. If the same integral is estimated using Simpson’s rule with 10 equal subintervals, the value is Is. The percentage error is defined as e = 100 × (Ie − Is)/Ie. The value of e is

Explanation
Correct : b
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.