First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 7 years ago

Redbook1 gravatar image

How to find all the sub-square matrices of an 4x4 matrix and all their determinants

  1. I need to find all the sub-square matrices of a 4×4 matrix.
  2. 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.