pde solver
3 ビュー (過去 30 日間)
古いコメントを表示
good morning
please how i can solve a pde like this in matlab:(the function that i should use)
a*(dC/dt)+b*(dC/dz)=0
where: a and b are constants
it's urgent !!!thanks in advance
0 件のコメント
回答 (1 件)
Andrew Newell
2011 年 5 月 10 日
This would be hard to solve numerically because it is ill-defined. Any function of the form f(c*z-b*t) is a solution.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で PDE Solvers についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!