Talk:Cholesky decomposition: Difference between revisions

From Rosetta Code
Content added Content deleted
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
== It is a symmetric matrix ==
==wrong illustration==


thus a12=a21 etc. !?!
The 3x3 '''A''' matrix that's illustrated (twice) is mislabeled.
--[[User:Walterpachl|Walterpachl]] 10:24, 31 July 2012 (UTC)

The 2nd and 3rd elements on the first row should be A12 and A13, not A22 and A31. -- [[User:Gerard Schildberger|Gerard Schildberger]] 10:02, 24 July 2012 (UTC)

The same error is also in '''LU decomposition''' (twice). -- [[User:Gerard Schildberger|Gerard Schildberger]] 23:35, 30 July 2012 (UTC)

Actually, there is another error, A32 on the 2nd row is also mislabeled. -- [[User:Gerard Schildberger|Gerard Schildberger]] 23:51, 30 July 2012 (UTC)

: I'll go over it, but the A matrix seems ok in this task: it's supposed to be symmetric, meaning A12 = A21, A13 = A31, etc.--[[User:Ledrug|Ledrug]] 01:50, 31 July 2012 (UTC)

Latest revision as of 10:24, 31 July 2012

It is a symmetric matrix

thus a12=a21 etc. !?! --Walterpachl 10:24, 31 July 2012 (UTC)