Jump to content

LU decomposition: Difference between revisions

m
used a section header instead of a bold font.
m (added section headers, added whitespace before the TOC.)
m (used a section header instead of a bold font.)
Line 125:
 
 
''';Task description''':
 
The task is to implement a routine which will take a square nxn matrix <math>A</math> and return a lower triangular matrix <math>L</math>, a upper triangular matrix <math>U</math> and a permutation matrix <math>P</math>,
so that the above equation is fullfilled.
Line 132 ⟶ 131:
 
 
:;Example 1:
<pre>
A
Cookies help us deliver our services. By using our services, you agree to our use of cookies.