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 téléchargements
Mise à jour 17 oct. 2022

Afficher la licence

% ============================ 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

Citation pour cette source

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

Compatibilité avec les versions de MATLAB
Créé avec R2022b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0