Talk:LU decomposition: Difference between revisions

no edit summary
(→‎wrong illustration: removed this entry, the problem was fixed. -- ~~~~)
No edit summary
Line 1:
The Python example has a divide by zero error for the matrix
 
b = [[1, 1, 1, 1], [1, 1, -1, -1], [1, -1, 0, 0], [0, 0, 1, -1]]
 
although a LUP decomposition exists:
[http://www.wolframalpha.com/input/?i=lu+decomposition+{{1%2C+1%2C+1%2C+1}%2C+{1%2C+1%2C+-1%2C+-1}%2C+{1%2C+-1%2C+0%2C+0}%2C+{0%2C+0%2C+1%2C+-1}}]
3

edits