Community Profile

photo

ayah zaghlol


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

Followers: 0   Following: 0

통계

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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년 전 | 답변 수: 0 | 0

0

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변