Schlaukopf Logo
What is the computational complexity of the LU decomposition algorithm for an n x n matrix?
O(n^3)
O(n^2)
O(n)
O(n^4)

Numerical Analysis Exercises are loading ...