Elementary Row Operation And Row Echelon Matrix

Elementary Row Operation and Row Echelon Matrix

graph TB ERO("Elementary Row Operation") REM("Row Echelon Matrix") ERO --> REM ERO --> Swap("Swap two rows") ERO --> Multiply("Multiply a row by a non-zero scalar") ERO --> Add("Add two rows together") REM --> Unique("Unique solution") REM --> Infinite("Infinite solutions") REM --> No("No solution")