How can I solve second order ODE using Thomas algorithm
9 次查看(过去 30 天)
显示 更早的评论
I have the following problems:
1) y''-y=0 , 0<x<1
y(0)=0
y(1)=1
2) y''+5y'+6y=0 , 0<x<1
y(0)=0
y(1)=1
Can someone help me with solving them using Thomas algorithm
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Ordinary Differential Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!