deteminant of matrix
Posted
by davit-datuashvili
on Stack Overflow
See other posts from Stack Overflow
or by davit-datuashvili
Published on 2010-06-10T10:09:30Z
Indexed on
2010/06/10
10:12 UTC
Read the original article
Hit count: 211
algorithm
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
© Stack Overflow or respective owner