Home:ALL Converter>How to solve a system of linear equations with b=0 in R

How to solve a system of linear equations with b=0 in R

Ask Time:2013-04-22T23:48:07         Author:Mahmoud

Json Formatter

In R I need to solve a system of linear equations (Ax=b), where b=0. By using solve() it just returns a zero vector for the answer, but I want the non-zero solutions of the system. Is there any way for it?

Author:Mahmoud,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/16151251/how-to-solve-a-system-of-linear-equations-with-b-0-in-r
yy