Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 814 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 814 Bytes

matrix-determinant-solver

An intuitive matrix determinant solver. Shows the steps of each operation and the solution for the final answer.

Features

  • solve determinant of a [n x n] matrix
  • solve for cofactor [i, j] of a [n x n] matrix
  • get determinant for the cofactor
  • display solution and final answer

Demo

Entering matrix

image

Finding Determinant

image

Finding Cofactor + Determinant

image