0

How do I find the det of matrix while using loop.

I have some recursion code style. I can't change it to the loop method. can't use print np.linalg.det(a) https://code.sololearn.com/cJyKSrEc6LRk/#py

19th Sep 2020, 11:03 AM
Pubas Deedumrong
Pubas Deedumrong - avatar
2 Réponses
+ 4
Pubas Deedumrong , i think it would be better if you give a description what your code should do, instead of using the code of an other language. Please also include a sample of input data and how your output should be look like. Thanks!
19th Sep 2020, 11:17 AM
Lothar
Lothar - avatar
+ 2
Pubas Deedumrong Your code is not in python👀
19th Sep 2020, 2:24 PM
AKSHAY🇮🇳
AKSHAY🇮🇳 - avatar