Finding whether the Homogeneous System of Linear Equations having Number of Equations Same as Number of Variables has only the Trivial Solution or has other Non-Trivial Solutions.
Calculate Determinants \(D_1\), \(D_2\), ..., \(D_n\) by replacing the elements of \(n^{th}\) column of Matrix \(A\) with elements of Column Matrix \(K\) as the following
If \(D_0\neq0\), the System of Linear Equations has only the Trivial Solution, i.e. values of all Variables \(x_1=x_2= ...= x_n=0\).
If \(D_0=0\), then Infinite Number of Non-Trivial Solutions exist for the System of Linear Equations which can be found out by doing Elementary Row Operations on Matrix \(A\).
If all \(D_0=D_1=D_2=...= D_n=0\), then the System of Linear Equations has Infinitely Many Solutions.
If \(D_0=0\) and atleast one of \(D_1\), \(D_2\), ..., \(D_n\) is Not Equal to 0, then the System of Linear Equations has No Solutions. Such a system is also called Inconsistent.
If \(D_0\neq0\) then the System of Linear Equations has One Unique Solution. The values of the Variables \(x_1\), \(x_2\), ..., \(x_n\) can be found as follows