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 Downloads
Updated 17 Oct 2022

View License

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

Cite As

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

MATLAB Release Compatibility
Created with R2022b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0