Python code of the Gauss-Seidel method

$19

Description

 

 

A = np.array([[-5, 1, -2], [1, 6, 3], [2, -1, -4]])

b = np.array([[13], [1], [-1]])

x0 = np.zeros((3, 1), 'float')

Eps = 1e-8 






Iterations = 16

x =
[[-2.]
[ 1.]
[-1.]]

Reviews

There are no reviews yet.

Be the first to review “Python code of the Gauss-Seidel method”
SKU: 6PYUSSDDL92 Category: