- I need to find all the sub-square matrices of a 4×4 matrix.
- Then find the determinant of all 70 of them.
I was directed to Sage but I know little about it. A simple program would be much appreciated.
For example, the matrix below:
2311
1231
1123
3112
Thanks to anyone who can help.