به دو روش میتونین بنویسین. اگه خواستین از روش دوم استفاده کنین، بستهٔ nicematrix
رو هم باید فراخوانی کنین (قبل از xepersian
)
\documentclass{article}
\usepackage{amsmath}
\usepackage{nicematrix}
\begin{document}
With \AmS math:
\[
\begin{bmatrix}
\dot u_0(t) \\
\vdots \\
\dot u_m(t)
\end{bmatrix}
- k
\begin{bmatrix}
C_{00}^{(2)} & \ldots & C_{0m}^{(2)} \\
\vdots && \vdots \\
C_{m0}^{(2)} & \ldots & C_{mn}^{(2)}
\end{bmatrix}
\begin{bmatrix}
u_0(t) \\
\vdots \\
u_m(t)
\end{bmatrix}
=
\begin{bmatrix}
f_0(t) \\
\vdots \\
f_m(t)
\end{bmatrix}
\]
\hrule
\vskip5pt
With nicematrix:
\[
\begin{bNiceMatrix}
\dot u_0(t) \\
\Vdots \\
\dot u_m(t)
\end{bNiceMatrix}
- k
\begin{bNiceMatrix}
C_{00}^{(2)} & \Cdots & C_{0m}^{(2)} \\
\Vdots && \Vdots \\
C_{m0}^{(2)} & \Cdots & C_{mn}^{(2)}
\end{bNiceMatrix}
\begin{bNiceMatrix}
u_0(t) \\
\Vdots \\
u_m(t)
\end{bNiceMatrix}
=
\begin{bNiceMatrix}
f_0(t) \\
\Vdots \\
f_m(t)
\end{bNiceMatrix}
\]
\end{document}
خروجی: