Community Profile

photo

ayah zaghlol


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


What is the wrong
%% Jacobi Method %% Solution of x in Ax=b using Jacobi Method % * Initailize 'A' 'b' & intial guess 'x' %% A=[2.08 -1 0 0;-1 2...

3 years ago | 0 answers | 0

0

answers

Question


Jacobi iteration what the wrong of my code please help
% jacobi Method clc clear format short A=[2.08 -1 0 0;-1 2.08 -1 0;0 -1 2.08 -1;0 0 -1 2.08]; b=[200.0 0.8 0.8 40.8]; ...

3 years ago | 1 answer | 0

1

answer