私の2つの一次微分は次のとおりです
y1' = -sin(y0) + (gamma)*cos(y0)sin(beta * x)
と
y0' = y1
どこ
(theta)'' = y, (theta)' = y1, theta = y0
私の元の方程式は
(((d^2)*theta)/dt^2)=-sin(theta)+(gamma)cos(theta)sin(Bx)
時間の関数としてシータを解き、t=0 から t=40 までプロットするにはどうすればよいですか。システムは で静止状態から始まりtheta = 0 and d(theta)/dt = 0
ます。