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

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

예제 코드 (PY)

Advertisements