我在这个等式中得到了 BC 的错误:
s = NDSolve[{D[h[t, x], t] + Sin[x Degree] h[t, x]^2 D[h[t, x], x] +
2/3 Cos[x Degree] h[t, x]^3 == 0, h[0, x] == 1,
D[h[t, 0], x] == 0}, h, {t, 0, 100}, {x, 0, 90}]
NDSolve::deqn: 第一个参数中预期的方程或方程列表而不是 True {2/3 Cos[[Degree] x] h[t,x]^3+h[t,x]^2 Sin[[Degree ] x] (h^(0,1))[t,x]+(h^(1,0))[t,x]==0,h[0,x]==1,True}。>>
有小费吗?