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
2 Answers
+ 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!
+ 2
Pubas Deedumrong
Your code is not in pythonđ