Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Compute properties of the column space of a matrix
ResourceFunction["ColumnSpace"][mat,prop] returns the column space property prop of the matrix mat. | |
ResourceFunction["ColumnSpace"][mat] returns an association of column space properties of mat. |
Find an orthonormal basis of the column space of a matrix:
In[1]:= | ![]() |
Out[1]= | ![]() |
Find another basis of the column space of a matrix:
In[2]:= | ![]() |
Out[2]= | ![]() |
Find the dimension of the column space of a matrix:
In[3]:= | ![]() |
Out[3]= | ![]() |
Get a ParametricRegion representation of the column space of a matrix:
In[4]:= | ![]() |
Out[4]= | ![]() |
Get all properties of the column space of a matrix:
In[5]:= | ![]() |
Out[5]= | ![]() |
The input matrix to ColumnSpace need not be square:
In[6]:= | ![]() |
In[7]:= | ![]() |
Out[7]= | ![]() |
In[8]:= | ![]() |
Out[8]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License