Homework Statement
well, my assignment was to make a gauss elimination, so now i need to compute the determinant of an n by n diagonal matrix
variable rows = number of equations
variable i = random integer
matrix A[100][100]
dummy matrix A2[100][100]
Homework Equations
det[A]...