LU decomposition: Difference between revisions

m
→‎{{header|REXX}}: removed STYLE from the PRE html tag, added whitespace to indicate grouping when show the INPUTs.
m (→‎{{header|REXX}}: removed STYLE from the PRE html tag, added whitespace to indicate grouping when show the INPUTs.)
Line 2,082:
end
return</lang>
{{out}} when using the input of: &nbsp; <tt> 1 3 5 &nbsp; 2 4 7 &nbsp; 1 1 0 </tt>
<pre>
<pre style="overflow:scroll">
──A matrix───
1 3 5
Line 2,109:
0 0 -2
</pre>
{{out}} when using the input of: &nbsp; <tt> 11 9 24 2 &nbsp; 1 5 2 6 &nbsp; 3 17 18 1 &nbsp; 2 5 7 1 </tt>
<pre>
<pre style="overflow:scroll">
─────A matrix──────
11 9 24 2