Any solution available to resize the matrix or reduce column width ??
I have used the following code and i don't want to change \[ \begin{bmatrix}.... \end{bmatrix} \].
Code: Select all
\[
$ \indices{^{i-1}_i}T $ = \begin{bmatrix}
$\cos \theta _i$ & -$\sin \theta _i$ & 0 & $a_{i-1}$ \\
$\sin \theta _i$ $\cos \alpha _{i-1}$ & $\cos \theta _i$ $\cos \alpha _{i-1}$ & -$\sin \alpha _{i-1}$ & -$d_i \sin \alpha _{i-1}$ \\
$\sin \theta _i$ $\sin \alpha _{i-1}$ & $\cos \theta _i$ $\sin \alpha _{i-1}$ & $\cos \alpha _{i-1}$ & $d_i \sin \alpha _{i-1}$ \\
0 & 0 & 0 & 1
\end{bmatrix}
\]