I built a function that takes a matrix, performs simple linear algebra, and outputs a new matrix with 0's in the bottom left corner.
This is great but I need the code to remember the value it multiplied by ("the factor") to get each 0 in the bottom left corner and output each factor later maybe...