Python Assignment Questions 1. The number of iterations it takes gauss-seidel to converge: a. Initial guess: [0, 0, 0] b. Tolerance: 1e-6 c. Iterations: 50 d. 3 1 1 1 1 4 1 3 2 3 7 0 The number of iterations it takes jacobi method to converge a. Initial guess: [0, 0, 0] b. […]