Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Get a cofactor of a matrix
|
ResourceFunction["Cofactor"][m,{i,j}] gives the (i,j) cofactor of the matrix m. |
Here is the 1, 2 cofactor of a 3×3 matrix:
| In[1]:= |
|
| Out[1]= |
|
The positively signed cofactor of the top left-hand corner of an array:
| In[2]:= |
|
| Out[2]= |
|
Define a random 4×4 matrix:
| In[3]:= |
|
| Out[3]= |
|
Here is its determinant:
| In[4]:= |
|
| Out[4]= |
|
Expand the determinant along the first row:
| In[5]:= |
|
| Out[5]= |
|
Adding up gives the determinant again:
| In[6]:= |
|
| Out[6]= |
|
This work is licensed under a Creative Commons Attribution 4.0 International License