An open API service indexing awesome lists of open source software.

https://github.com/elenaches/javascript-html-matrix-calculator

A college project in JavaScript and HTML, calculates the determinant (solution) of a Matrix up to size 4x4.
https://github.com/elenaches/javascript-html-matrix-calculator

calculator calculator-javascript college-project determinant determinant-calculation html javascript matrix webapp

Last synced: about 1 month ago
JSON representation

A college project in JavaScript and HTML, calculates the determinant (solution) of a Matrix up to size 4x4.

Awesome Lists containing this project

README

          

# Matrix Calculator





A college project in JavaScript and HTML.

Calculates the determinant of a matrix up to size 4x4.

Content

- [Installation](#installation)
- [Usage](#usage)


# Installation

1. Open `Math.html` in your preferred browser.

# Usage

1. Select the matrix size (1x1, 2x2, 3x3, 4x4)
2. Enter the matrix values.
3. Click "**Solve!**"
4. The determinant of the matrix will be displayed.