Statistics
2 Questions
0 Answers
RANK
129,010
of 301,195
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,190
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,322
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
