hackerrank.com
Practice>Python>Numpy>Linear Algebra
건이두
2019. 4. 25. 12:55
728x90
Linear Algebra
Problem Link : https://www.hackerrank.com/challenges/np-linear-algebra/problem
Difficulty : Easy
Tip
- Use numpy.linalg.det()
- np.set_printoptions(legacy='1.13')
- Checking answer is using old style, please set 1.13
Solution
728x90