how to solve a pde with an integration inside the equation
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello, My function is
H(x,t) . H(x,0) = 1/2
I need to solve
d/dt(int_1^x dH/dt dx) + dH/dt +2 dH/dx -C(t)/2 = 0
Which method or tool can I use in Matlab? C(t) is not known in advance.
1 commentaire
Satyajeet Sasmal
le 19 Nov 2015
You could use the symbolic math toolbox to solve differential equations:
Réponses (0)
Voir également
Catégories
En savoir plus sur Boundary Conditions dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!