Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
微分方程式を解こうとすると、初期条件が以前とは異なることがわかりました。初期条件は :f(0)=0,f'(a)=0で、条件とは異なりますf(0)=0,f'(0)=b
f(0)=0,f'(a)=0
f(0)=0,f'(0)=b
関数 odeint パラメータ y0 : array y の初期条件 (ベクトルにすることができます) (scipy.org による引用)
y0 : array
初期条件 y0 を変更するにはどうすればよいですか?