How to put underbraces, inside the parenthesis of a matrix, to name both sides of the blocks?
\documentclass[a4paper,12pt]{article}
\usepackage{amsmath}
\usepackage{array}
\begin{document}
.
.
.
\[
\left (
\begin{array}{rrr|rrr}
0 & 0 & 0 & 0 & 0 & 0 \\
0 & 0 & 0 & 0 & 0 & 0 \\
0 & 0 & 0 & 0 & 0 & 0 \\
\end{array}
\right )
\]
\end{document}
I'm compiling the code in my university server, where I can't install new packages.
Best Answer
Here's another (TikZ-free) option: