Posts by Thiago Rodrigues • 1 point
1 post
- 
		0 votes1 answer70 viewsQ: Variable value is changing automaticallyI have a question about assigning values to variables. I created the following code for solving equation systems by the Gauss-Jacobi iterative method: A = np.array([[2., -1.], [1., 2.]]) # Matriz de…