pde solver
조회 수: 4 (최근 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!