Guass Jordan elimination Method

This code is used to find solution for linear system AX=B or used to find the inverse of a matrix
11 download
Aggiornato 17 ott 2022

Visualizza la licenza

% ============================ Solving Linear equations =============================
% Input: gjem(A,B)
% System AX = B;
% A is n-by-n matrix and B is n-by-1 matrix
% gjem(A,B) will return a n-by-1 matrix(X) which is solution to the System AX = B
%================================= Matrix inversion ================================
% Input: gjem(A,B)
% A is n-by-n matrix and B is n-by-n Identity matrix
% gjem(A,B) will return a n-by-n matrix(X) which is inverse of Matrix A

Cita come

Jagadeesh Korukonda (2024). Guass Jordan elimination Method (https://www.mathworks.com/matlabcentral/fileexchange/119183-guass-jordan-elimination-method), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2022b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

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.0.0