2020-01

Jupyter Notebook

Numpyの練習 100 Numpy Exercises Q16-Q20

前回はこちら 前回記事の続きです。今回は100 numpy execiseのQ16-Q20を解いていきます。 16. How to add a border (filled with 0's) around an existing a...
Jupyter Notebook

Numpyの練習 100 Numpy Exercises Q11-Q15

前回はこちら この記事の続きです。今回は100 numpy exercisesのQ11-Q15を解いていきます。 11. Create a 3x3 identity matrix (3×3の単位行列を作れ) Z = np.eye(3,3...
タイトルとURLをコピーしました