Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Get the positions of the columns that are pivot columns of a matrix
ResourceFunction["PivotColumns"][mat] returns the positions of the columns that are pivot columns of a matrix. |
Find the pivot columns of a 3 x 4 matrix:
In[1]:= |
Out[1]= |
Check the result:
In[2]:= |
Out[2]= |
Define a matrix with complex entries:
In[3]:= |
Out[4]= |
Find its pivot columns:
In[5]:= |
Out[5]= |
Check them:
In[6]:= |
Out[8]= |
This work is licensed under a Creative Commons Attribution 4.0 International License