Let $$A = \pmatrix{1&2&3\\4&5&6\\7&8&9}.$$
What is the most usual notation and english-math vocabulary term for "the extracted matrix obtained by removing the 3rd line and 2nd column", i.e.
$$\pmatrix{1&3\\4&6}$$
Would you note it $A_{3,2}$, ${A^{(3,2)}}$, etc. ? I know there's probably no consensus, but what's the most usual notation you find in textbooks?
Example: This is useful when computing a determinant:
$$\det(A) = 7 \det A_{3,1} - 8 \det A_{3,2} + 9 \det A_{3,3}. $$
One calls it "the submatrix of $A$ obtained by removing row $3$ and column $2$." Alternatively, you may write "the submatrix of $A$ obtained by deleting the third row and second column".
For the notation, there's no consensus:
(Edit in response to OP's comment)
The author prefers to use $A_{ij}$ for the $(i,j)$-th partitioned matrix of $A$. I extract the bottom of page 72 of the book to illustrate this.