标签: interpolation differential-equations
我有一个像这样的简单微分方程:
s = NDSolve [{y'[x] == A y [x] Cos [x + y [x]],y [0] == 1},y,{x,0, 30}]
其中A是常量。 mathematica将y作为x的函数。现在我想将A因子从1更改为10.然后我想找到解y作为A(y [x,A])的函数,最后整合
A
y
x
[Integral]y[x = x0, A] \[DifferentialD]A