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...
5 years 前 | 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]; ...
5 years 前 | 1 个回答 | 0
1
个回答提问
Hello I want code gases seidel to solve 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]';
For n of iterations
5 years 前 | 0 个回答 | 0
