第2196题:principal submatrices
If A is any n×n matrix, let A(r) denote the r×r submatrix in the upper left corner of A, that is A(r) is the matrix obtained from A by deleting the last n−r rows and columns. the matrics A(1) , A(2) , A(3) , ⋯ , A(n) are called the principal submatrices of A .
If A=⎣⎢⎢⎡123−2721441−131561⎦⎥⎥⎤ then A(3) =( ).
A. ⎣⎡123721156⎦⎤
B. ⎣⎡12372141−1⎦⎤
C. ⎣⎡72141−1156⎦⎤
D. ⎣⎡23−22141−13⎦⎤