InterviewSolution
Saved Bookmarks
| 1. |
Which of these is the oldest method for numerical solution of partial differential equations?(a) Finite Element Method(b) Finite Difference Method(c) Finite Volume method(d) Spectral Element MethodI got this question during an interview.My question is taken from Numerical Methods topic in chapter Numerical Methods of Computational Fluid Dynamics |
|
Answer» CORRECT OPTION is (b) Finite Difference METHOD Explanation: The Finite Difference Method is the oldest method for solving PARTIAL differential equations numerically. It is believed that this method is developed by Euler in the 18th century. This is the easiest method too. |
|