interpolation - solving differential equation with a constant -



interpolation - solving differential equation with a constant -

i have simple differential equation this:

s = ndsolve[{y'[x] == y[x] cos[x + y[x]], y[0] == 1}, y, {x, 0, 30}]

where a constant. mathematica gives y function of x. want alter a factor 1 10. want find solution y function of a (y[x, a]) , integrate over

[integral]y[x = x0, a] \[differentiald]a

interpolation differential-equations

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -