回答編集履歴
1
test
CHANGED
@@ -22,6 +22,6 @@
|
|
22
22
|
|
23
23
|
base_array[::2] = 0
|
24
24
|
|
25
|
-
u
|
25
|
+
result_Matrix = base_array.repeat(repeat).reshape(Matrix.shape).T
|
26
26
|
|
27
27
|
```
|