I created this block matrix:
$\left[
\begin{array}{c c c c}
\multicolumn{1}{c|}{A(1)} \\
\multicolumn{1}{c|}{}\\
\cline{1-2}
\multicolumn{1}{c|}{\begin{array}{c|c}
& \Gamma_{2,1} \\
&
\end{array}} & \multicolumn{1}{c|}{A(2) } & \\ \cline{1-2}
\vdots & \ddots & \ddots & \\ \hline
\multicolumn{1}{c|}{\begin{array}{c|c}
& \Gamma_{s,1} \\
&
\end{array}}& \cdots & \multicolumn{1}{c|}{\begin{array}{c|c}
& \Gamma_{s,s-1} \\
&
\end{array}} & \multicolumn{1}{c|}{A(s) }\\ \hline
\end{array}
\right]$
And it has the form as the picture 
But I want to get rid of the line below (the left hand side) next to the block matrix $\Gamma_{2,1}$ and similarly with the line above and below (both the right and left hand side) next to the block matrix $\Gamma_{s,1}$.
Could you help me in this case? I really appreciate your support.
Additionally, can you help me to create the block matrix A(2) and A(s) has the same size with A(1)?
Sorry for the confusion, actually I want to create the matrix is the same in the picture below. 
A(s) is the block matrix $n \times n$ and $\Gamma(s,1)$ is the column vector $n \times 1$.



\begin{array}{c|c} & \Gamma_{2,1} \\ & \end{array}chunks. E.g., what's the purpose of setting up a 2x2arrayif there's nothing in the first column? Moreover, what is supposed to be in the implied second rows -- a null matrix? an identity matrix? nothing at all?Amatrices supposed to be twice as wide (or even wider) than the\Gammamatrices? Incidentally, is it crucial to draw frames around the blocks? Or are the frame lines optional? Please advise.