Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Compute a full rank decomposition of a matrix
ResourceFunction["FullRankDecomposition"][m] computes a full rank decomposition of the matrix m. |
Find a full rank decomposition of a rank-deficient matrix:
| In[1]:= | ![]() |
| In[2]:= |
| Out[2]= |
Confirm the decomposition:
| In[3]:= |
| Out[3]= |
Format the factors:
| In[4]:= |
| Out[4]= |
Find a full rank decomposition of a rectangular matrix with exact entries:
| In[5]:= | ![]() |
| Out[6]= | ![]() |
Confirm the decomposition:
| In[7]:= |
| Out[7]= |
Find a full rank decomposition of a complex matrix with inexact entries:
| In[8]:= | ![]() |
| Out[9]= | ![]() |
Confirm the decomposition up to numerical rounding:
| In[10]:= |
| Out[10]= |
This work is licensed under a Creative Commons Attribution 4.0 International License