https://rwells1703.github.io/Matrix-Calculator/webroot/index.html
A simple calculator that supports the use of matrices/vectors in the calculations.
Includes many common operations e.g. logarithm and trigonometric functions.
It also implements a few more specific ones such as determinant, transpose and cross product etc, that only relate to linear algebra.
This was initally built as a school project over the course of a few months.
I decided to continue to improve it and eventually shared my work to GitHub.
Hope you enjoy!
JavaScript/HTML/CSS - The main languages used for the web app itself.
Python3 - Language used for the development tools and web server.
WebGL - Low-level graphics API used to render graphs.
Jinja2 - Template engine used to create the web page files (install this Python module to recompile the HTML templates yourself).
This project is licensed under GPLv3 - see LICENSE.txt