InterviewSolution
Saved Bookmarks
| 1. |
While using the Cartesian grids, the coefficient matrix becomes ____________(a) a square matrix(b) an upper triangular matrix(c) a diagonal matrix(d) a lower triangular matrixThe question was posed to me in an online interview.Query is from Diffusion Problem in section Diffusion Problem of Computational Fluid Dynamics |
|
Answer» RIGHT choice is (C) a diagonal matrix Best explanation: The coefficient matrix in the least-square method GIVES a square matrix. While substituting the required VALUES in this square matrix for the Cartesian grids, the matrix is reduced into a diagonal one. |
|