Disadvantages of Direct Methods
For large system of equations:
- O(n3 ) time complexity too prohibitive (even O(n1.4) too much for sparse matrix case)
- Space complexity may also be an issue (excessive fillins)
- The error grows linearly with the size of the problem
- Some large matrices may inherently be dense