gauss seidel iterative linear system solver

this is a function that solve a linear system with gauss-seidel method

Al momento, stai seguendo questo contributo

Function that solve linear system with gauss seidel method. Consider the linear system model:
A*x=b , the function sintax is:
[x,execution_time]=itergauss(A,b,n)
[x] is the solution vector
A is the linear matrix of the problem
b is the known term vector
n is the number of iterative approximation
execution_time is the time needed to solve the system

Cita come

giovan battista errante (2026). gauss seidel iterative linear system solver (https://it.mathworks.com/matlabcentral/fileexchange/48302-gauss-seidel-iterative-linear-system-solver), MATLAB Central File Exchange. Recuperato .

Categorie

Scopri di più su Numerical Integration and Differential Equations in Help Center e MATLAB Answers

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con qualsiasi release

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux
Versione Pubblicato Note della release Action
1.1.0.0

built-in matrix check

1.0.0.0