how to find determinant [closed]
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 20 days ago . double Determinant(double *X, int N){ /*Solution*/ } int main(void) { double X[] = {3, 1, 2, 7, 9, 2, 4, 6, 9}; if (Determinant(X,3) == 164) { printf("✓"); } } how to find one dimensional array NxN determinant matrix? Can someone help me? thanks in advance. 回答1: A determinant is commonly computed