Talk:Reduced row echelon form: Difference between revisions

m
no edit summary
m (→‎"SWAP Rows" bug: Not really an algorithm bug)
mNo edit summary
 
Line 72:
 
: ''By the way, please sign your discussion page edits.'' --[[User:Thundergnat|Thundergnat]] ([[User talk:Thundergnat|talk]]) 12:38, 20 July 2023 (UTC)
 
:: The algorithm is useful for solving a system of linear equations, but a reduced row echelon form can be made even if there is no such solution! The reduced form of the system
<pre>
3 1 -4 -1
1 0 10 5
4 1 6 1
 
is
 
1 0 10 0
0 1 -34 0
0 0 0 1
</pre>
--[[User:Wherrera|Wherrera]] ([[User talk:Wherrera|talk]]) 20:14, 20 July 2023 (UTC)
 
=="Break" vs. "return" bug==
4,102

edits