User talk:Arbautjc: Difference between revisions

From Rosetta Code
Content added Content deleted
(Check this page)
 
(→‎Cholesky/Pascal identity: (or lack thereof).)
Line 1: Line 1:
==Check this page==
==Check this page==
Hi Arbautjc, you might want to browse [http://rosettacode.org/wiki/Category:GAP_examples_needing_attention this page] from time to time to find out if someone has flagged something you can fix. --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 17:35, 28 October 2013 (UTC)
Hi Arbautjc, you might want to browse [http://rosettacode.org/wiki/Category:GAP_examples_needing_attention this page] from time to time to find out if someone has flagged something you can fix. --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 17:35, 28 October 2013 (UTC)

== Cholesky/Pascal identity ==
Hi, you wrote "an upper triangular matrix is not a symmetric matrix => the Cholesky decomposition or Cholesky factorization is a decomposition of a Hermitian, positive-definite matrix"

And yet I get: cholesky(pascal_upp(i)) == identity(i)

?? --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 16:47, 28 April 2015 (UTC)

Revision as of 16:47, 28 April 2015

Check this page

Hi Arbautjc, you might want to browse this page from time to time to find out if someone has flagged something you can fix. --Paddy3118 (talk) 17:35, 28 October 2013 (UTC)

Cholesky/Pascal identity

Hi, you wrote "an upper triangular matrix is not a symmetric matrix => the Cholesky decomposition or Cholesky factorization is a decomposition of a Hermitian, positive-definite matrix"

And yet I get: cholesky(pascal_upp(i)) == identity(i)

?? --Paddy3118 (talk) 16:47, 28 April 2015 (UTC)