Skip to content

aerasmo/matrix-determinant-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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