Mechanical Engineering > GATE 2013 SET-1 > Numerical Methods
Match the CORRECT pairs.
Numerical Integration SchemeOrder of Fitting Polynomial
P. Simpson's 3/8 Rule1. First
Q. Trapezoidal Rule2. Second
R. Simpson's 1/3 Rule3. Third
A
P-2, Q-1, R-3
B
P-3, Q-2, R-1
C
P-1, Q-2, R-3
D
P-3, Q-1, R-2

Explanation

Correct : d

Similar Questions

What is the worst-case time complexity of insertion in an AVL tree?
Question #23 Medium
Which operations on a binary search tree have O(h) complexity?
Question #31 Easy
Compare search complexities of sorted array vs balanced BST.
Question #47 Hard

Related Topics

Data Structures Binary Search Tree Time Complexity Algorithm Analysis Tree Algorithms Computer Science