grazie andrea….come dici tu rimpicciolosce ma un po’ troppo. La mia matrice,inserita nel codice da te consigliatomi, è la seguente:
\[
R(\varphi)=\left[ PROTECTED1 \right]
\]scritta con bmatrix è troppo grande…cosi è troppo piccola..non c’è un modo per adattarla alla larghezza?
Grazie ancora.
Ciao paesà 🙂
Prova a mettere una sfilza di \scriptstyle, è l’unica cosa che si può fare (almeno credo).
`
\[\scriptstyle
R(\varphi)=\begin{bmatrix}
\scriptstyle\cos(\theta)\cos(\psi) &\scriptstyle \cos(\varphi)\sin(\psi)+\sin(\varphi)\cos(\psi) & \scriptstyle(\sin(\varphi)\sin(\psi)-\cos(\varphi)\sin(\theta)\cos(\psi))\\
\scriptstyle-\cos(\theta)\sin(\psi) &\scriptstyle \cos(\varphi)\cos(\psi)-\sin(\varphi)\sin(\psi) & \scriptstyle(\sin(\varphi)\cos(\psi)+\cos(\varphi)\sin(\theta)\sin(\psi)\\
\scriptstyle\sin(\theta) &\scriptstyle -\sin(\varphi)\cos(\theta) &\scriptstyle \cos(\varphi)\cos(\theta)
\end{bmatrix}
\] `
Ciao paesà 😀
Andrea