Guass Jordan elimination Method

버전 1.0.0 (1.59 KB) 작성자: Jagadeesh Korukonda
This code is used to find solution for linear system AX=B or used to find the inverse of a matrix
다운로드 수: 11
업데이트 날짜: 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