Solving second order ODE eigenvalue problem using RK4
7 次查看(过去 30 天)
显示 更早的评论
Hi, I'm trying to solve the following ODE using RK4:
y''+(lambda-x^2) y = 0 on [-L,L], subject to y(-L)=y(L)=0 (taking L=5 is fine).
I know the solution is lambda=2n+1, n some positive integer (some residual is fine), with y=exp(-x^2/2) (which obviously is very small at L=\pm 5)
I'm terribley bad at coding and I don't think my code will be any use, so I havent included it.
Please help. Thanks in advance.
1 个评论
Jan
2021-4-16
You forgot to ask a question. How can we help you?
Of course your code would be useful, because if you show it, we can help you to fix the problems in it.
回答(1 个)
RAKESH KUMAR
2021-9-20
i think you should look at this web-link: https://www.cs.ox.ac.uk/pseudospectra/eigtool/
Eigtool
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!