Find Reduced Row Echelon Form [[1,1,1],[1,2,k],[1,4,k^2]]
Problem
Solution
Eliminate the first entries in the second and third rows by subtracting the first row from both.
Eliminate the second entry in the third row by subtracting 3 times the second row from the third row.
Factor the expression in the third row to identify potential pivots.
Normalize the third row by dividing by
(k−1)*(k−2) assumingk≠1 andk≠2
Eliminate the entries above the pivot in the third column.
Eliminate the entry above the pivot in the second column.
Final Answer
Want more problems? Check here!