[PYTHON/NUMPY] ndarray 클래스 : identity 함수를 사용해 단위 배열 구하기


■ ndarray 클래스의 identity 함수를 사용해 단위 배열을 구하는 방법을 보여준다.

예제 코드 (PY)