Feeds
답변 있음
Strategy for finding optimal omega in SOR method
A = [5 2 -1; 2 6 3; 1 4 -8]; b = [1; 2; 1]; x0 = [0; 0; 0]; e = 0.001;
Strategy for finding optimal omega in SOR method
A = [5 2 -1; 2 6 3; 1 4 -8]; b = [1; 2; 1]; x0 = [0; 0; 0]; e = 0.001;
대략 2년 전 | 0
