Feeds
질문
I need a band pentadiagonal algorithm solver. To solve the system of linear equation Ax=b, where A is a band pentadiagonal matrix.
I need a band pentadiagonal algorithm solver. To solve the system of linear equation Ax=b, where A is a band pentadiagonal matri...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
I am stuck in making the pentadiagonal matrix A
a0=[1 (1+((tm+tp).*LBx(2:nx)))+(tm_y+tp_y).*LBy(2:ny) 1]; S=zeros(nx+1,ny+1); s=diag(a0)+S; %%%%% Lower diagonal matrix b%%...
3년 초과 전 | 답변 수: 1 | 0
