質問編集履歴

1

訂正しました。。。

2021/02/26 06:23

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
 
6
6
 
7
- m = np.array([[10,10],[10,10]])
7
+ m = np.array([[10,0],[10,10]])
8
8
 
9
9
  n = np.linalg.inv(m)
10
10