[PYTHON/NUMPY] ndarray 클래스 : transpose 메소드를 사용해 역행렬 구하기


■ ndarray 클래스의 transpose 메소드를 사용해 역행렬을 구하는 방법을 보여준다.

예제 코드 (PY)