Row Reduction Techniques Using Excel
Learn how to utilize Excel for row reduction in linear algebra. Discover the benefits of allowing column swaps and the importance of Excel as a teaching tool. Explore how to set up Excel for performing row reduction operations efficiently.
Download Presentation

Please find below an Image/Link to download the presentation.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.
You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.
E N D
Presentation Transcript
Row Reduction on Excel Michael D. Smith Lycoming College January 8, 2016
Outline Why I chose Excel When I teach Excel How I teach Excel
First Reason for Using Excel 1) I allow my students to swap labeled columns in a matrix. This gives a total of four elementary operations: Interchange any two rows Interchange any two columns and labels to the left of the bar Multiply any row by a nonzero number Add any multiple of one row into another row The built in RREF commands on Maple and Mathematica don t have this.
Aside Why Allow Swapping Columns 1) It is legal provided that one switches the labels as well. 2x+3y=12 is the same equation as 3y+2x=12. 2) Allowing the column swap is a tradeoff. One gains the following: The ability to line up all pivot columns before any non-pivot columns. A echelon form where it easier to determine free and basic variables. A cleaner explanation of the Simplex Algorithm. One only loses the uniqueness of reduced row echelon form.
Second Reason for Using Excel Excel serves as a happy medium on the technology continuum. On one end is the no technology belief. On the other end is the belief that row reduction is of minimal importance in matrix and linear algebra and should be relegated to a computer algebra system after the first few classes. Excel will do all the arithmetic but will not do the whole problem. The student still has to key in the row/column operations. This means the student still has to know what operation(s) to do next.
When I Teach Excel Monday of the third week of classes. I spend one class period in the computer lab. Students have to row reduce by hand for the first two weeks. Students have to complete the first two quizzes without Excel. The first exam is given in two parts one with and one without Excel. On the non-excel part, students have to solve three systems one with zero solutions, one with one solution, and one with infinite solutions. From then on, the use of Excel is allowed and strongly encouraged.
Setting up Excel You will need 5 columns + the number of variables in your system. Highlight and center all of these columns. Wrap Text. For stylistic purposes, paint all of these columns white. Select the first four columns and put them in text mode.
Example We will work through the following system of linear equations: Link to Excel Document
Problem Generator I have made the following problem generators on Excel: 1) System of Linear Equations Generator 2) Leontief Model Generator 3) Simplex Algorithm Generator 4) Eigenvector / Eigenvalue Generator 5) Markov Chain Generator 6) Leslie Matrix Generator Email me at smithm@lycoming.edu and I will share a copy with you.