Skip to content

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

License

Notifications You must be signed in to change notification settings

ElenaChes/JavaScript-HTML-Matrix-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix Calculator

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

Content


Installation

  1. Open Math.html in your preferred browser.

Usage

  1. Choose a Matrix size (1x1, 2x2, 3x3, 4x4)
  2. Enter the Matrix.
  3. Press "Solve!"
  4. The calculator will display the determinant (solution) of the Matrix.