Community Profile

photo

Abid Shahriar


Last seen: 거의 3년 전 2021년부터 활동

Followers: 0   Following: 0

통계

Feeds

보기 기준

질문


Given a linear system i want to do Gauss-Seidel iteration.But getting error.Would appreciate if anyone fix me the code. Thanks.
>> x(1)=1.5; >> y(1)=-1; >> z(1)=1; >> iter(1)=0; >> for n=1:4 iter(n+1)=n; x(n+1)=(1...

거의 3년 전 | 답변 수: 1 | 0

1

답변