/mitras

A Desmos-style linear algebra graphing calculator. Made with TypeScript + React .

Primary LanguageJavaScript

mitras

logo-full

Mitras | Linear Algebra Graphing Calculator

mitras is an online graphing calculator for 2D vectors and matrices. It supports calculations for n-dimensional vectors, matrices, and their related operations, including eigenvalues, eigenvectors, determinants, transposes, inverses, cross products, projections, and more.

Access it at davidtranhq.github.io/mitras.

Details

The calculator is written in React + TypeScript. It uses MaterialUI for the UI, MathQuill for LaTeX input, my own package tex-math-parser for LaTeX parsing, and MathJS for computation. The graph itself is drawn using the HTML5 <canvas> element.