gauss seidel iterative linear system solver
Versione 1.1.0.0 (557 Byte) da
giovan battista errante
this is a function that solve a linear system with gauss-seidel method
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 LinuxCategorie
Scopri di più su Numerical Integration and Differential Equations in Help Center e MATLAB Answers
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
