teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

コードの修正

2019/12/12 06:35

投稿

gymgym
gymgym

スコア99

title CHANGED
File without changes
body CHANGED
@@ -1,4 +1,8 @@
1
1
  ```Python
2
+ import numpy as np
3
+ from numpy.random import *
4
+ import numpy.linalg as LA
5
+
2
6
  data1 = randint(-20, 20, 80)
3
7
  Input1 = data1.reshape(20, 4)
4
8
  data2 = randint(-30, 30, 80)