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!