1. What is the overall cost in flops of applying a forward or backward solve?
2. What is the overall cost in flops of decomposing a matrix using LU?
3. During the course of Gaussian elimination without pivoting a zero pivot has been encountered. Is the matrix singular?
4. State three disadvantages of computing the inverse of a matrix to solve a linear system rather than using the LU decomposition approach.