how to solve a pde with an integration inside the equation
4 次查看(过去 30 天)
显示 更早的评论
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 个评论
Satyajeet Sasmal
2015-11-19
You could use the symbolic math toolbox to solve differential equations:
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Boundary Conditions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!