Transpose, scale, add, subtract, multiply, or find a determinant for a text matrix.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Rows are parsed from semicolon-separated lines and operations implement the selected matrix transformation. Shape checks happen before binary operations, and determinants use recursive square-matrix expansion.
1,2,3;4,5,6
1 4 2 5 3 6
Linear-algebra lessons transpose coefficients, data workflows scale matrices, and systems exercises multiply compatible arrays.