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

質問編集履歴

1

誤字

2019/10/13 13:43

投稿

NR4200
NR4200

スコア41

title CHANGED
File without changes
body CHANGED
@@ -6,8 +6,8 @@
6
6
  ### 発生している問題・エラーメッセージ
7
7
  非線形部分(プログラム中vector_solove関数内のnextx2の右辺側- μ(x2)*g*np.sign(x2))を入れると下記の警告が出ます.
8
8
  ```
9
- PS C:\Users\NAKAYAMA\Desktop\○○\□> python sample-erro-odeint.py
10
- C:\Users\NAKAYAMA\AppData\Local\Programs\Python\Python37\lib\site-packages\scipy\integrate\odepack.py:247: ODEintWarning: Excess work done on this call (perhaps wrong Dfun type). Run with full_output = 1 to get quantitative information.
9
+ PS C:\Users\N\Desktop\○○\□> python sample-erro-odeint.py
10
+ C:\Users\N\AppData\Local\Programs\Python\Python37\lib\site-packages\scipy\integrate\odepack.py:247: ODEintWarning: Excess work done on this call (perhaps wrong Dfun type). Run with full_output = 1 to get quantitative information.
11
11
  warnings.warn(warning_msg, ODEintWarning)
12
12
  ```
13
13