Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Re:n to log(n) (Score 1) 171

Slow down there. Solving an NxN system of linear equations is a O(n^3) operation in the dense case. (Yes, you can speed it up with LU decomposition(if you want to solve the same matrix with lots of b matrices) for an O(n^3) once and O(n^2) after that, or might be able to get a better iterative scheme(though you can't really plan on it).) Your point still remains about not being NP-complete or NP-hard. But it's one more thing we could do with quantum computing, and I'd still be pretty satisfied with myself if I could take an O(n^3) to O(log n).

Slashdot Top Deals

"One day I woke up and discovered that I was in love with tripe." -- Tom Anderson

Working...