jacobi


jacobi, an R library which uses Jacobi iteration to solve a linear system.

Licensing:

Copyright 2016 James P. Howard, II

The computer code and data files on this web page are distributed under the BSD-2-Clause license.

Languages:

jacobi is available in an R version.

Related Data and Programs:

eros, an R library which implements the Elementary Row Operations (EROs).

gaussseidel, an R library which implements the Gauss Seidel iteration for solving symmetric positive definite (SPD) systems of linear equations.

jacobi_test

lumatrix, an R library which computes the Lower-Upper Triangular (LU) factorization of a matrix.

refmatrix, an R library which computes the Row Echelon Form (REF) of a matrix.

rrefmatrix, an R library which computes the Row Reduced Echelon Form (RREF) of a matrix.

vecnorm, an R library which computes the L2 norm of a vector.

Author:

Original R code by James Howard; Modifications by John Burkardt.

Reference:

  1. James Howard,
    Computational Methods for Numerical Analysis with R,
    CRC Press, 2017,
    ISBN13: 978-1-4987-2363-3.
  2. https://CRAN.R-project.org/package=cmna

Source Code:


Last revised on 16 February 2020.