Sunday, April 7, 2019

linear algebra - Determinant of 3times3 block matrix

When I searched some properties of the determinant of block matrices, most results considered a 2×2 case. Let A,B,C be n×n matrices and I be an identity matrix of dimension n, and let X be defined as follows



(A00BI0CDI)




Assume that A is invertible. Then, what is det(X)?

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...