Cholesky decomposition: Difference between revisions

m
→‎{{header|REXX}}: added whitespace to section header comment (of a statement).
m (→‎{{header|REXX}}: changed line number to match the new program.)
m (→‎{{header|REXX}}: added whitespace to section header comment (of a statement).)
Line 1,996:
If trailing zeroes are wanted after the decimal point for values of zero (0), &nbsp; the &nbsp; &nbsp; <big>'''/1'''</big> &nbsp; &nbsp; (division by one performs
<br>REXX number normalization) &nbsp; can be removed from the line &nbsp; (number 40) &nbsp; which contains the source statement:
<br> &nbsp; &nbsp;::::: &nbsp; <codeb> z=z &nbsp; right( format(@.row.col,, &nbsp; dPlaces) / 1, &nbsp; width) </codeb>
<lang rexx>/*REXX program performs the Cholesky decomposition on a square matrix. */
niner = '25 15 -5' , /*define a 3x3 matrix. */