I have a bmatrix like this:
and I want to change it to something similar to the picture below. How can I do it?
Edit 1: Code of my matrix is below:
\[
\begin{bmatrix}
1 & 1 & 1 & 1 & 1 \\
0 & 0 & 0 & 0 & 0 \\
0 & 0 & 0 & 0 & 0 \\
0 & 1 & 0 & 1 & 0 \\
0 & 0 & 1 & 0 & 0 \\
1 & 0 & 0 & 0 & 0 \\
0 & 0 & 0 & 0 & 1 \\
0 & 1 & 1 & 1 & 0 \\
1 & 0 & 0 & 0 & 0 \\
0 & 0 & 0 & 0 & 0 \\
\end{bmatrix}
\]


Highlight elements in the matrixhelps a lot too thank you so much. – Ersel Hengirmen Aug 26 '21 at 22:13