gauss seidel iterative linear system solver

this is a function that solve a linear system with gauss-seidel method
954 download
Aggiornato 29 ott 2014

Visualizza la licenza

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 (2025). gauss seidel iterative linear system solver (https://it.mathworks.com/matlabcentral/fileexchange/48302-gauss-seidel-iterative-linear-system-solver), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2012b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Numerical Integration and Differential Equations in Help Center e MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.1.0.0

built-in matrix check

1.0.0.0