Matrix helpers
This tool provides many matrix and vector operations. Limits: max 15×15 to keep computations fast on the client.
Notes
- For multiplication the UI can show step-by-step element calculations when matrices are small — useful for learning and verification.
- Vector geometry preview is a simple 2D projection for quick visualization; for 3D consider a dedicated viewer.
- Cross product is implemented for 3D vectors only; dot product works for equal-length vectors.