InterviewSolution
Saved Bookmarks
| 1. |
Using the Thomas algorithm, if the i^th unknown is Φi=Pi Φi+1+Qi. what is the last unknown value ΦN equal to?(a) 0(b) PN(c) QN(d) 1I got this question during an interview.My doubt stems from Discretization Aspects in division Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» RIGHT option is (c) QN The BEST EXPLANATION: For the LAST EQUATION, bN=0. So, PN=0. ΦN=PNΦN+1+QN=QN. |
|