Start Here — A Complete Tour
Systems of equations — solveSystem()
continues from lesson 10 — values defined earlier in the course stay live here
Several equations, several unknowns? solveSystem([equations], "target", [unknowns]) solves them simultaneously. Give it the list of equations, the variable you want back, and the full list of unknowns. (In the app, select your equation cells and choose "Solve as a system" — these cells are written for you.)
= solve the pair for x
= and for y
✓ pass x = 6, y = 4 satisfies both equations