我想在矩陣上添加一些大括號以獲得以下輸出:
然而,這是我設法得到的:
我不知道如何獲取神經元 1 和神經元 2 標題...我正在考慮大括號,但不確定在這種情況下如何使用它。矩陣右邊的內容未正確對齊...我的方程式編號也移至下一行...任何人都可以幫助我嗎?
我的程式碼如下(我使用 amsmath 套件):
\begin{equation}
\begin{matrix}
J
=
\begin{bmatrix}
\frac{\delta e_{1,1}}{\delta w_{1,1}} & \frac{\delta e_{1,1}}{\delta w_{1,2}} &
\cdots & \frac{\delta e_{1,1}}{\delta w_{j,1}} & \cdots \\[0.5em]
\frac{\delta e_{1,2}}{\delta w_{1,1}} & \frac{\delta e_{1,2}}{\delta w_{1,2}} &
\cdots & \frac{\delta e_{1,2}}{\delta w_{j,1}} & \cdots \\[0.5em]
\cdots & \cdots & \cdots &
\cdots & \cdots \\[0.5em]
\frac{\delta e_{1,M}}{\delta w_{1,1}} & \frac{\delta e_{1,M}}{\delta w_{1,2}} &
\cdots & \frac{\delta e_{1,M}}{\delta w_{j,1}} & \cdots \\[0.5em]
\cdots & \cdots & \cdots &
\cdots & \cdots \\[0.5em]
\frac{\delta e_{P,1}}{\delta w_{1,1}} & \frac{\delta e_{P,1}}{\delta w_{1,2}} &
\cdots & \frac{\delta e_{P,1}}{\delta w_{j,1}} & \cdots \\[0.5em]
\frac{\delta e_{P,1}}{\delta w_{1,1}} & \frac{\delta e_{np,2}}{\delta w_{1,2}} &
\cdots & \frac{\delta e_{P,2}}{\delta w_{j,1}} & \cdots \\[0.5em]
\cdots & \cdots & \cdots &
\cdots & \cdots \\[0.5em]
\frac{\delta e_{P,M}}{\delta w_{1,1}} & \frac{\delta e_{P,M}}{\delta w_{1,2}} &
\cdots & \frac{\delta e_{P,M}}{\delta w_{j,1}} & \cdots \\[0.5em]
\end{bmatrix} %\!\!
\begin{aligned}
&\left.\begin{matrix}
m = 1 \\[0.5em]
m = 2 \\[0.5em]
\cdots \\[0.5em]
m = M \\[0.5em]
\end{matrix} \right\} %
p = 1\\
&\begin{matrix}
\phantom{\cdots}\cdots\\[0.5em]
\end{matrix}\\ %
&\left.\begin{matrix}
m = 1 \\[0.5em]
m = 2 \\[0.5em]
\cdots \\[0.5em]
m = M\\[0.5em]
\end{matrix}\right\}%
p = P\\
\end{aligned}
\end{matrix}
\end{equation}
答案1
這是一種(無 TikZ)可能性;\overmat
將其第一個參數寫入第二個參數所包含的條目上方;\bovermat
(在下面的第二個範例中)的行為類似,但顯示了過度支撐。我還使用一些幻像將表達式的對齊方式固定為右側:
\documentclass{article}
\usepackage{amsmath}
\usepackage{xcolor}
\newcommand\overmat[2]{%
\makebox[0pt][l]{$\smash{\color{white}\overbrace{\phantom{%
\begin{matrix}#2\end{matrix}}}^{\text{\color{black}#1}}}$}#2}
\newcommand\partialphantom{\vphantom{\frac{\partial e_{P,M}}{\partial w_{1,1}}}}
\begin{document}
\begin{equation}
\begin{matrix}
J
=
\begin{bmatrix}
\overmat{neuron 1}{\frac{\partial e_{1,1}}{\partial w_{1,1}} & \frac{\partial e_{1,1}}{\partial w_{1,2}}} &
\overmat{$\mkern-3.5mu\cdots$}{\cdots} & \overmat{neuron $j$}{\frac{\partial e_{1,1}}{\partial w_{j,1}} & \frac{\partial e_{1,1}}{\partial w_{j,1}}} & \cdots \\[0.5em]
%
\frac{\partial e_{1,2}}{\partial w_{1,1}} & \frac{\partial e_{1,2}}{\partial w_{1,2}} &
\cdots & \frac{\partial e_{1,2}}{\partial w_{j,1}} & \cdots \\[0.5em]
%
\cdots & \cdots & \cdots &
\cdots & \cdots \\[0.5em]
%
\frac{\partial e_{1,M}}{\partial w_{1,1}} & \frac{\partial e_{1,M}}{\partial w_{1,2}} &
\cdots & \frac{\partial e_{1,M}}{\partial w_{j,1}} & \cdots \\[0.5em]
%
\cdots & \cdots & \cdots &
\cdots & \cdots \\[0.5em]
%
\frac{\partial e_{P,1}}{\partial w_{1,1}} & \frac{\partial e_{P,1}}{\partial w_{1,2}} &
\cdots & \frac{\partial e_{P,1}}{\partial w_{j,1}} & \cdots \\[0.5em]
%
\frac{\partial e_{P,1}}{\partial w_{1,1}} & \frac{\partial e_{np,2}}{\partial w_{1,2}} &
\cdots & \frac{\partial e_{P,2}}{\partial w_{j,1}} & \cdots \\[0.5em]
%
\cdots & \cdots & \cdots &
\cdots & \cdots \\[0.5em]
%
\frac{\partial e_{P,M}}{\partial w_{1,1}} & \frac{\partial e_{P,M}}{\partial w_{1,2}} &
\cdots & \frac{\partial e_{P,M}}{\partial w_{j,1}} & \cdots \\[0.5em]
\end{bmatrix}
\begin{aligned}
&\left.\begin{matrix}
\partialphantom m = 1 \\[0.5em]
\partialphantom m = 2 \\[0.5em]
\cdots \\[0.5em]
\partialphantom m = M \\[0.5em]
\end{matrix} \right\} %
p = 1\\
&\begin{matrix}
\\[-1.67em]\phantom{\cdots}\cdots
\end{matrix}\\ %
&\left.\begin{matrix}
\partialphantom m = 1 \\[0.5em]
\partialphantom m = 2 \\[0.5em]
\cdots \\[0.5em]
\partialphantom m = M\\[0.5em]
\end{matrix}\right\}%
p = P\\
\end{aligned}
\end{matrix}
\end{equation}
\end{document}
還有一個帶有大括號的變體:
\documentclass{article}
\usepackage{amsmath}
\usepackage{xcolor}
\newcommand\overmat[2]{%
\makebox[0pt][l]{$\smash{\color{white}\overbrace{\phantom{%
\begin{matrix}#2\end{matrix}}}^{\text{\color{black}#1}}}$}#2}
\newcommand\bovermat[2]{%
\makebox[0pt][l]{$\smash{\overbrace{\phantom{%
\begin{matrix}#2\end{matrix}}}^{\text{#1}}}$}#2}
\newcommand\partialphantom{\vphantom{\frac{\partial e_{P,M}}{\partial w_{1,1}}}}
\begin{document}
\begin{equation}
\begin{matrix}
J
=
\begin{bmatrix}
\bovermat{neuron 1}{\frac{\partial e_{1,1}}{\partial w_{1,1}} & \frac{\partial e_{1,1}}{\partial w_{1,2}}} &
\overmat{$\mkern-3.5mu\cdots$}{\cdots} & \bovermat{neuron $j$}{\frac{\partial e_{1,1}}{\partial w_{j,1}} & \frac{\partial e_{1,1}}{\partial w_{j,1}}} & \cdots \\[0.5em]
%
\frac{\partial e_{1,2}}{\partial w_{1,1}} & \frac{\partial e_{1,2}}{\partial w_{1,2}} &
\cdots & \frac{\partial e_{1,2}}{\partial w_{j,1}} & \cdots \\[0.5em]
%
\cdots & \cdots & \cdots &
\cdots & \cdots \\[0.5em]
%
\frac{\partial e_{1,M}}{\partial w_{1,1}} & \frac{\partial e_{1,M}}{\partial w_{1,2}} &
\cdots & \frac{\partial e_{1,M}}{\partial w_{j,1}} & \cdots \\[0.5em]
%
\cdots & \cdots & \cdots &
\cdots & \cdots \\[0.5em]
%
\frac{\partial e_{P,1}}{\partial w_{1,1}} & \frac{\partial e_{P,1}}{\partial w_{1,2}} &
\cdots & \frac{\partial e_{P,1}}{\partial w_{j,1}} & \cdots \\[0.5em]
%
\frac{\partial e_{P,1}}{\partial w_{1,1}} & \frac{\partial e_{np,2}}{\partial w_{1,2}} &
\cdots & \frac{\partial e_{P,2}}{\partial w_{j,1}} & \cdots \\[0.5em]
%
\cdots & \cdots & \cdots &
\cdots & \cdots \\[0.5em]
%
\frac{\partial e_{P,M}}{\partial w_{1,1}} & \frac{\partial e_{P,M}}{\partial w_{1,2}} &
\cdots & \frac{\partial e_{P,M}}{\partial w_{j,1}} & \cdots \\[0.5em]
\end{bmatrix}
\begin{aligned}
&\left.\begin{matrix}
\partialphantom m = 1 \\[0.5em]
\partialphantom m = 2 \\[0.5em]
\cdots \\[0.5em]
\partialphantom m = M \\[0.5em]
\end{matrix} \right\} %
p = 1\\
&\begin{matrix}
\\[-1.67em]\phantom{\cdots}\cdots
\end{matrix}\\ %
&\left.\begin{matrix}
\partialphantom m = 1 \\[0.5em]
\partialphantom m = 2 \\[0.5em]
\cdots \\[0.5em]
\partialphantom m = M\\[0.5em]
\end{matrix}\right\}%
p = P\\
\end{aligned}
\end{matrix}
\end{equation}
\end{document}
答案2
這是一個解決方案{NiceMatrix}
(nicematrix
您需要多次編譯)。
\documentclass{article}
\usepackage{nicematrix}
\begin{document}
\[
J
=
\begin{NiceMatrix}[margin,cell-space-limits=3pt,first-row]
\Block{1-2}{\text{neuron } 1} & & \cdots & \Block{1-2}{\text{neuron } j} \\
\frac{\partial e_{1,1}}{\partial w_{1,1}} & \frac{\partial e_{1,1}}{\partial w_{1,2}} &
& \frac{\partial e_{1,1}}{\partial w_{j,1}} & \frac{\partial e_{1,1}}{\partial w_{j,1}} & \cdots & m=1 &
\Block{4-1}{p=1} \\
%
\frac{\partial e_{1,2}}{\partial w_{1,1}} & \frac{\partial e_{1,2}}{\partial w_{1,2}} &
\cdots & \frac{\partial e_{1,2}}{\partial w_{j,1}} & \cdots & & m=2\\
%
\cdots & \cdots & & \cdots &
\cdots & & \cdots \\
%
\frac{\partial e_{1,M}}{\partial w_{1,1}} & \frac{\partial e_{1,M}}{\partial w_{1,2}} &
\cdots & \frac{\partial e_{1,M}}{\partial w_{j,1}} & \cdots & & m=M\\
%
\cdots & \cdots & \cdots &
\cdots & \cdots & & \cdots \\
%
\frac{\partial e_{P,1}}{\partial w_{1,1}} & \frac{\partial e_{P,1}}{\partial w_{1,2}} &
\cdots & \frac{\partial e_{P,1}}{\partial w_{j,1}} & \cdots & & m=1 & \Block{4-1}{p=P}\\
%
\frac{\partial e_{P,1}}{\partial w_{1,1}} & \frac{\partial e_{np,2}}{\partial w_{1,2}} &
\cdots & \frac{\partial e_{P,2}}{\partial w_{j,1}} & \cdots & & m=2\\
%
\cdots & \cdots & \cdots &
\cdots & \cdots & & \cdots \\
%
\frac{\partial e_{P,M}}{\partial w_{1,1}} & \frac{\partial e_{P,M}}{\partial w_{1,2}} &
\cdots & \frac{\partial e_{P,M}}{\partial w_{j,1}} & \cdots & & m = M\\
\CodeAfter
\SubMatrix[{1-1}{9-6}]
\SubMatrix{.}{1-7}{4-7}{\}}
\SubMatrix{.}{6-7}{9-7}{\}}
\end{NiceMatrix}\]
\end{document}
答案3
我沒有使用你的矩陣,但我認為我的例子會對我們的社區有所幫助。
\documentclass{article}
\usepackage{amsmath}
\[
\begin{array}{| c | c | c | c | c | c | c | c | c | c |}
\multicolumn{3}{c}{\rho_1 } &
\multicolumn{3}{c}{\rho_2} &
\multicolumn{1}{c}{ \ } &
\multicolumn{3}{c}{\rho_k} \\
%
\multicolumn{3}{c}{\overbrace{\rule{4cm}{0pt}}} &
\multicolumn{3}{c}{\overbrace{\rule{4cm}{0pt}}} &
\multicolumn{1}{c}{ \ } &
\multicolumn{3}{c}{\overbrace{\rule{4cm}{0pt}}} \\[-3pt]
\hline
p(t_1) & \cdots & p^{(\rho_1-1)}(t_1) & p(t_2) & \cdots &
p^{(\rho_2-1)}(t_2) & \cdots & p(t_k) & \cdots &
p^{(\rho_k-1)}(t_k) \\
\hline
\end{array}
\]
\end{document}