I want to draw a matrix, in this example, a 7x7 one, with numbers on the outside, but a 3x3 matrix in the core, as shown in the hand drawn picture below. I don't want to write out the inside 3x3 matrix, I just want write the name of it (A_c - B_c * K_c).
I know there are many other questions asking how to draw a matrix inside a matrix, but I couldn't find one where I didn't have to write the actual contents of the inside matrix.
Thanks!



