Find Reduced Row Echelon Form [[2n],[n-1]]
Problem
Solution
Identify the matrix as a
2×1 column vector.Divide the first row by
2*n to create a leading1 in the first entry, assumingn≠0
Eliminate the entry in the second row by subtracting
(n−1) times the first row from the second row.
Simplify the second row entry to zero.
Final Answer
Want more problems? Check here!