Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Return a basis for the subspace spanned by the rows of the matrix
ResourceFunction["RowSpaceBasis"][mat] returns the reduced-echelon basis of the row space of mat. |
Compute the row space basis of an input matrix:
In[1]:= |
Out[1]= |
Check that the reduced echelon forms have the same nonzero vectors:
In[2]:= |
Out[2]= |
In[3]:= |
Out[3]= |
Define a matrix with complex entries:
In[4]:= |
Out[4]= |
Find the row space basis of it:
In[5]:= |
Out[5]= |
Check the result:
In[6]:= |
Out[6]= |
In[7]:= |
Out[7]= |
This work is licensed under a Creative Commons Attribution 4.0 International License