System of linear equations - infinite solutions

Our program finds infinite solutions of Ax=b and express it in a parametric form.
185 Downloads
Updated 15 Apr 2020

View License

Authors: Katarína Gombíková, Peter Szabó, 2020

System: MATLAB R2019b, MATLAB live editor
Program version: 1.0.0

System of linear equations in matrix form Ax=b (where A is nxn matrix),
1) has exactly one solution (Matrix A is regular, det(A)<>0, rank(A)=rank([A,b])=n)
2) has no solution (Matrix A is irregular,rank(A)<>rank([A,b]))
3) has infinitely many solutions (Matrix A is irregular,rank(A)=rank([A,b])<n)
Our program finds infinite solutions of Ax=b and express it in a parametric form.
rank(A) is the number of basic variables
n-rank(A) is the number of parameters (free variables, t1,t2,..., where t1,t2,... are arbitrary real numbers)

Cite As

Katarína Gombíková, Peter Szabó (2020). System of linear equations - infinite solutions (https://www.mathworks.com/matlabcentral/fileexchange/75015-system-of-linear-equations-infinite-solutions), MATLAB Central File Exchange. Retrieved April 14, 2020.

MATLAB Release Compatibility
Created with R2019b
Compatible with R2019a and later releases
Platform Compatibility
Windows macOS Linux
Categories
Find more on Systems Of Linear Equations in Help Center and MATLAB Answers
Tags Add Tags

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

fixed citation

1.0.0