Community Profile

photo

Abid Shahriar


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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 years ago | 1 answer | 0

1

answer