Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
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
- Versione 1.1.0.0 (557 Byte)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
