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!