Re: Diminuire temporaneamente il font nelle equazioni

#39098
Up
0
Down
::


con successo nel senso che effettivamente una porzione della formula è stata scritta in un font più piccolo.

`
\begin{equation}\label{spc:trasfVD}
\begin{split}
\hat{ \mat{A}} &= {\footnotesize\begin{bmatrix}
{\vet{x}} & {{\mat{A}}{\vet{x}}} & {{\mat{A}}^2 {\vet{x}}} & \bullet & {{\mat{A}}^{n – 1} {\vet{x}}} \\
\Downarrow & \Downarrow & \Downarrow & \bullet & \Downarrow \\
\end{bmatrix}^{ – 1} \cdot \begin{bmatrix}
{{\mat{A}}{\vet{x}}} & {{\mat{A}}^2 {\vet{x}}} & {{\mat{A}}^3 {\vet{x}}} & \bullet & {\left( { – a_{n – 1} {\mat{A}}^{n – 1} {\vet{x}} – a_{n – 2} {\mat{A}}^{n – 2} {\vet{x}} – \dots -a_0 {\vet{x}}} \right)} \\
\Downarrow & \Downarrow & \Downarrow & \bullet & \Downarrow \\
\end{bmatrix}}\\
&= \begin{bmatrix}
0 & 0 & 0 & \bullet & 0 & { – a_0 } \\
1 & 0 & 0 & \bullet & 0 & { – a_1 } \\
0 & 1 & 0 & \bullet & 0 & { – a_2 } \\
0 & 0 & 1 & \bullet & 0 & { – a_3 } \\
\bullet & \bullet & \bullet & \bullet & \bullet & \bullet \\
0 & 0 & 0 & \bullet & 1 & { – a_{n – 1} } \\
\end{bmatrix} = {\mat{A}}_{vd}\\
\end{split}
\end{equation}
`

output prodotto con e senza \footnotesize (il successo!)


Go to top