回答編集履歴
1
Update
test
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
# print("C=A/B:")
|
10
10
|
|
11
|
-
A = Matrix(
|
11
|
+
A = Matrix(*A.shape, A)
|
12
12
|
|
13
13
|
print("A/B:")
|
14
14
|
|