pde solver
显示 更早的评论
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
回答(1 个)
Andrew Newell
2011-5-10
0 个投票
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.
类别
在 帮助中心 和 File Exchange 中查找有关 PDE Solvers 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!