Gauss-Seidel 実行例
help出力 Gauss-Seidel.py --help
1-th iteration x= [3.3333333333333335, 2.1666666666666665, 2.0] 2-th iteration x= [1.2222222222222223, 2.1944444444444446, 2.8333333333333335] 3-th iteration x= [0.9259259259259257, 2.060185185185185, 3.0055555555555555] 4-th iteration x= [0.9580246913580247, 2.0091049382716046, 3.013148148148148] 5-th iteration x= [0.9895473251028809, 1.999326131687243, 3.00445061728395] 6-th iteration x= [0.9989657064471879, 1.9991459190672154, 3.0007553497942387] 7-th iteration x= [1.0003176040237767, 1.999731761545496, 2.9999802537722906] 8-th iteration x= [1.0001854077122394, 1.9999585846288674, 2.9999424030635575] 9-th iteration x= [1.0000468092262358, 2.000002696927552, 2.999980197538485] 10-th iteration x= [1.0000048028688038, 2.000003749898178, 2.9999965788932075] 11-th iteration x= [0.9999986404368121, 2.000001195167495, 3.0000000657582766] 12-th iteration x= [0.9999991813022443, 2.0000001882348695, 3.000000252185154] 13-th iteration x= [0.999999790448369, 1.9999999893416192, 3.000000088084005] 14-th iteration x= [0.9999999777442522, 1.9999999835429358, 3.0000000154851247] 15-th iteration x= [1.0000000058096679, 1.999999994676302, 2.9999999998056124] 16-th iteration x= [1.0000000036139278, 1.9999999991451147, 2.9999999988963832] 17-th iteration x= [1.0000000009377956, 2.0000000000414553, 2.9999999996083] 18-th iteration x= [1.0000000001029299, 2.000000000072193, 2.999999999929951] 19-th iteration x= [0.999999999975221, 2.000000000023707, 3.0000000000004285] 20-th iteration x= [0.9999999999840526, 2.00000000000388, 3.0000000000048272] 21-th iteration x= [0.9999999999958042, 1.999999999999842, 3.0000000000017417] 22-th iteration x= [0.9999999999995248, 1.9999999999996836, 3.000000000000317] 23-th iteration x= [1.000000000000105, 1.9999999999998948, 3.0] 24-th iteration x= [1.0000000000000702, 1.9999999999999825, 2.9999999999999787] 25-th iteration x= [1.0000000000000189, 2.0000000000000004, 2.999999999999992] 26-th iteration x= [1.0000000000000024, 2.0000000000000013, 2.9999999999999987] 27-th iteration x= [0.9999999999999996, 2.0000000000000004, 3.0] 28-th iteration x= [0.9999999999999997, 2.0, 3.0] 29-th iteration x= [1.0, 2.0, 3.0] 30-th iteration x= [1.0, 2.0, 3.0] Converged
生成されたデータファイル
(データファイルが見つかりませんでした)
生成された画像一覧
(画像ファイルが見つかりませんでした)