3x3 systems -- using lists in table

https://teacher.desmos.com/activitybuilder/custom/5c086db936e9eb6c0a59b3ff

This project will likely wind up in the graveyard, but I thought someone might find some utlity in it.

Or if you want to try and solve the problem…I can get the other table entries to use row operations, but not referencing the new row that was replaced. I keep running into circular dependency issues.

Essentially on the next table row I need R_1 to now reference 3R_3 + R_1. My approach has mostly been using piecewise functions in the graph itself. I thought about using composition of functions, but that gets sketchy too because the row that gets replaced can either be rows 1, 2, or 3.

I thought this might be good practice with row operations without the messiness of integer operations.