Algorithm for finding the value of determinant

623 Views Asked by At

Okay I am writing to write a program which computes the determinant of a matrix. So is there an algorithm that allows you to do that ?

Are there any other ways of finding the determinant value other than finding its co factors ? Anything involving plain binomial expansion ?