Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
Learn how to implement the Reduced Row Echelon Form (RREF) algorithm from scratch in Python in this 26-minute tutorial by Yacine Mahdid. Understand the step-by-step process of transforming an augmented matrix into its reduced row echelon form through a clear breakdown of the algorithm. Begin with an introduction and definition, then dive into the complete algorithm recipe. Follow along as each step is explained in detail: column iteration, selecting pivot rows, scaling pivot rows, eliminating above and below, and preparing for the next iteration. Code along using the provided problem link and reference the recommended mathematics book for theoretical background. The tutorial concludes with a helpful recap of the entire RREF process.
Syllabus
- Introduction: 0:00
- Definition: 1:20
- Algorithm Recipe: 4:10
- Step 1 - Column iteration: 8:18
- Step 2 - Selecting pivot row: 10:41
- Step 3 - Scale pivot row: 16:27
- Step 4 - Eliminate above and below: 17:51
- Step 5 - Prepare for next iteration: 22:13
- Recap: 23:16
- Conclusion: 25:20
Taught by
Yacine Mahdid