RREF
-
A matrix is in RREF if
-
Each leading entry is a 1 (leading 1)
-
in a column with a leading 1, all other entries in the column are 0
-
Example
-
Ex. 1 solve the variables
x+y+2z=3y+3z=52z=14
- then the resulting augmented matrix and RREF steps are
100110232∣3∣5∣1421R3,R1−2R3,R2−3R3,R1−R2⟹1000100015−167
- then that gives us (x=5,y=−16,z=7)
-
Ex. 2 find RREF and rank of
123234345R2−2R1,R3−3R11002−1−23−2−4
- then doing the operations $R_{3}-2R_{2},-R_{2},R_{1}-2R_{2}
RREF100010−120
- looking at that we can see there is 2 leading 1s ∴rank=2