Vyxapedia

Element - ∆r - Reduced Echelon Form

Characters: , r


Description

Get the reduced echelon form of a matrix


Overloads

  • lst - reduced_echelon_form(a)

Examples

  • ⟨⟨1|3|-1⟩|⟨0|1|7⟩⟩ ∆r = ⟨⟨1|0|-22⟩|⟨0|1|7⟩⟩
  • ⟨⟨5|78|165|-234|23.2⟩|⟨239|78|4|86|9⟩|⟨78972|-213.1|8|349|190⟩|⟨0.222|1.69|69|420|13⟩⟩ ∆r = ⟨⟨1|0|0|0|0.00258198934942578⟩|⟨0|1|0|0|0.0886947247312697⟩|⟨0|0|1|0|0.115157284075847⟩|⟨0|0|0|1|0.0116754288388931⟩⟩