spectral relaxation method for ode
1 次查看(过去 30 天)
显示 更早的评论
I'm trying to create a function that performs the SOR method. how to give an input matrix which is given below..
A1=(1+1/beta)D^2+diag(f_r+g_r)D-(2h_r+M)I
B1=2P_r^2
initial guess
f_0=1-exp(-eta)
p_0=exp(-eta)
g_0=alpha(1-exp(-eta))
h_0=alpha(exp(-eta))
where beta=0.8,M=0.5
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Numerical Integration and Differential Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!