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.0 次下载
更新时间 2022/10/17

查看许可证

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

引用格式

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

MATLAB 版本兼容性
创建方式 R2022b
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0