( 10 20 30 ) ( 1 0 0 ) (10 0 0 ) ( 1 2 3 )
( 20 45 80 ) = ( 2 1 0 ) ( 0 5 0 ) ( 0 1 4 )
( 30 80 171 ) ( 3 4 1 ) ( 0 0 1 ) ( 0 0 1 )
( 10 0 0 )
( 2 81 0 )
( 3 0.25 0.062 )
( 1 3 3 ) = IPIV A = ( 10 20 30 )
( 20 45 80 )
( 30 80 171 )
P = ( 1 0 0 ), L = ( 1 0 0 ), D = ( 10 0 0 ).
( 0 0 1 ) ( 3 1 0 ) ( 0 81 0 )
( 0 1 0 ) ( 2 20/81 1 ) ( 0 0 5/81 )
Is it possible to determine P w/o factoring the original matrix?
L(r) P(p,q) = P(p,q) M(r), r < p,q
P^T A P = L D L^T
P A = L U
kdallen wrote:I was able to come up with a concise algorithm for forming P, L, D based on element swapping of DSYTRF output.
Users browsing this forum: No registered users and 4 guests