deteminant of matrix
- by davit-datuashvili
suppose there is given two dimensional array
int a[][]=new int[4][4];
i am trying to find determinant of matrices please help i know how find it mathematical but i am trying to find it in programaticaly