Effacer les filtres
Effacer les filtres

Matlab code for 2nd order differential equations

1 vue (au cours des 30 derniers jours)
KARUNA BOPPENA
KARUNA BOPPENA le 31 Août 2023
Commenté : KARUNA BOPPENA le 31 Août 2023
(d^2 u(x))/〖dx〗^2 =(γu(x))/(1+αu(x))
(d^2 v(x))/〖dx〗^2 =y〖∆v〗^* (dv(x))/dx-2/ε (γu(x))/((1+αu(x)))
at x=0,u=1,v=0
at x=1,du/dx=0,dv/dx=0
ε=1,α=0.001,y=20,〖∆v〗^*=0.1,γ=1,2.5,5,10,100
How to write matlab code for 2nd order differentials and plots between u vs x, v vs x
  2 commentaires
Walter Roberson
Walter Roberson le 31 Août 2023
Do you have access to the Symbolic Toolbox? If you do then I suggest that you read the documentation for odeFunction
KARUNA BOPPENA
KARUNA BOPPENA le 31 Août 2023
Yes, Thank you for your response

Connectez-vous pour commenter.

Réponses (1)

Sam Chak
Sam Chak le 31 Août 2023
Which textbook are you referring to for this problem? This appears to be a boundary value problem.
The solution of interest is to be determined by both the boundary conditions
and the gamma parameter γ.
You can find some examples in this bvp4c() documentation:
  1 commentaire
KARUNA BOPPENA
KARUNA BOPPENA le 31 Août 2023
Thank you so much for your suggestions

Connectez-vous pour commenter.

Catégories

En savoir plus sur Programming dans Help Center et File Exchange

Produits


Version

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by