Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Determine if a matrix represents a consistent system of linear equations
Determine if an augmented matrix represents a consistent linear system of equations:
In[1]:= |
Out[1]= |
The reduced row echelon form contains a contradiction that 0x1+0x2+0x3=1 so the matrix is not consistent:
In[2]:= |
Out[2]= |
The solution set is empty. No solutions exist:
In[3]:= |
Out[3]= |
In[4]:= |
In[5]:= |
Out[5]= |
The following augmented matrix represents a consistent linear system:
In[6]:= |
Out[6]= |
This work is licensed under a Creative Commons Attribution 4.0 International License