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.
- Host: GitHub
- URL: https://github.com/elenaches/javascript-html-matrix-calculator
- Owner: ElenaChes
- License: mit
- Created: 2019-08-21T12:23:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-17T19:26:08.000Z (over 2 years ago)
- Last Synced: 2025-02-01T15:16:05.054Z (over 1 year ago)
- Topics: calculator, calculator-javascript, college-project, determinant, determinant-calculation, html, javascript, matrix, webapp
- Language: JavaScript
- Homepage:
- Size: 1.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.