Linear equations of both full rank and deficient rank

Version 1.0.0.0 (1.48 KB) by sang bo
lineq can solve any linear equations.
1.7K Downloads
Updated 6 Jul 2004

No License

lineq is the main program, help message for lineq

function [homsol,spsol]=lineq(a,b)
% solve linear equations a*x=b;
% [homsol,spsol]=lineq(a,b);
% lineq(a).
where homsol are solutions of corresponing homogenous equation,
spsol is the special solution of a*x=b.

Cite As

sang bo (2024). Linear equations of both full rank and deficient rank (https://www.mathworks.com/matlabcentral/fileexchange/5386-linear-equations-of-both-full-rank-and-deficient-rank), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R13
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Linear Algebra in Help Center and MATLAB Answers

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