/matrix-calculator

Inpired by Desmos Matrix Calculator, with added support for scalar variables.

Primary LanguageTypeScript

Matrix Calculator

This project was heavily inspired by the Desmos Matrix Calculator. That site has been invaluable for my linear algebra tasks, but it only supports variables that are matrices. I added support for scalar variables that can work as elements in a matrix, or coefficients for an entire matrix.

Todo

  • Matrix entries don't update when variable map is changed
  • Deleting entry still causes operation to run for the deleted index, which either deletes the next expression or causes errors at the end of the list
  • Support functions

Attributions