Cholesky decomposition & the LDL decomposition. finding D?
to all,
A question regarding the Cholesky LDL decomposition.
given a matrix A one can have A=LDL* where L* is the transpose of L
using the mathcad 15 cholesky(A), how does one code mathcad to get D?
L = cholesky(A)
Thanks in advance
Josh



