Skip to content

Draco05/determinant_calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

determinant_calculator

A C++ script to calculate the determinant of a custom matrix using Laplace Expansion implemented with recursion

input

The first input is a number N, expressing the order of the matrix

The next N² inputs are elements of the matrix, from top-left to bottom-right. In this version, these elements should only be integers.

To make it easier, is recommended to use a input file, specially with large matrices

output

The determinant of the matrix.

About

A C++ script to calculate the determinant of a custom matrix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages