The jacobi_linsolve command takes two mandatory arguments
and two optional arguments. The mandatory arguments are the matrix
of coefficients of a system and the right hand side of the system as a
list. The optional arguments are an integer indicating the maximum
number of iterations (by default maxiter) and a positive
number indicating the error tolerance (by default epsilon).
jacobi_linsolve uses the Jacobi iteration method to solve and
return the solution of the system.
Input:
Output:
Input:
Output: