jacobi, an R code which uses the Jacobi iteration to solve a linear system with a symmetric positive definite (SPD) matrix.
Copyright 2016 James P. Howard, II
The computer code and data files on this web page are distributed under the BSD-2-Clause license.
jacobi is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version and a Python version and an R version.
eros, an R code which implements the Elementary Row Operations (ERO).
gaussseidel, an R code which implements the Gauss Seidel iteration for solving symmetric positive definite (SPD) systems of linear equations.
lumatrix, an R code which computes the Lower-Upper Triangular (LU) factorization of a matrix.
refmatrix, an R code which computes the Row Echelon Form (REF) of a matrix.
rrefmatrix, an R code which computes the Row Reduced Echelon Form (RREF) of a matrix.
vecnorm, an R code which computes the L2 norm of a vector.
Original R code by James Howard; Modifications by John Burkardt.