看板 Mathematica 關於我們 聯絡資訊
這是書上的習題 sys = Sequence[x'[t] == y[t], y'[t] + (x[t]^2 + y[t]^2 - 1) y[t] + x[t] == 0]; sol1 = NDSolve[{sys, x[0] == -2, y[0] == -1}, {x[t], y[t]}, {t, 0, 20}] 可是發現...他會顯示 NDSolve::deqn: Equation or list of equations expected instead of False in the first argument... 另外想問的是 開每個 nb. 每個nb設定的變數都是獨立的嗎? -- -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 111.248.165.28