Error Approximation Matlab Programme
이전 댓글 표시
Implement a difference method for the numerical approximation of the solution of the following the initial/boundary value problem:
ut(t, x) = uxx(t, x) for all t ∈ [0, Tf ] and x ∈ [0, 1],
u(0, x) = u0(x), for all x ∈ [0, 1],
u(t, 0) = u(t, 1) = 0, for all t ∈ [0, Tf ].

This is an example question from my lecture notes but I can't really figure out the code for this because i am not sure what the exact solution would like for this IVP. Can anyone please help me with. I have got a practical test of matlab in class and the questions will be related to this. So can anyone pls help asap.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 PDE Solvers에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!