How can you apply flux boundary conditions using bvp4c, or bvp5c?
4 次查看(过去 30 天)
显示 更早的评论
Hello,
I'm interested in solving two boundary value problems, each are second order differential equations, roughly of the form:
y'' = sinh(y) {from x = 0 to x = L}
y_2'' = exp(-y_2) {from x = -L to x = 0}
I have well defined Direchlet boundary conditions at x = -L, and x = L.
I would like to add the following two boundary conditions:
y'(0) = y_2'(0)
y(0) = y_2
Thoughts on how this can be done?
Thanks, Mark
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Boundary Value Problems 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!