答案1
这段代码可能有点问题?但是句号是什么?\mu_{ij.}
(例如)?
\documentclass[12pt]{article}
\usepackage{amsmath,amssymb}
\begin{document}
\[\begin{aligned}
L'(\mu_{ij.})
&= n_{ij.}-\sum_ke^{\mu+\lambda_i^I+ \cdots}\\
&= n_{ij.}-\hat{\mu}_{ij.}=0\\
&\Rightarrow \hat{\mu}_{ij.}=n_{ij.}
\end{aligned}\]
\end{document}
或这个:
\documentclass[12pt]{article}
\usepackage{amsmath,amssymb}
\begin{document}
\[\begin{aligned}
L'(\mu_{ij.})
&= n_{ij.}-\sum_ke^{\mu+\lambda_i^I+ \cdots}\\
&= n_{ij.}-\hat{\mu}_{ij.}=0\\
\Rightarrow \hat{\mu}_{ij.}&=n_{ij.}
\end{aligned}\]
\end{document}
根据用户要求进行编辑:
\documentclass[12pt]{article}
\usepackage{amsmath,amssymb}
\begin{document}
\begin{equation}
\begin{aligned}
L'(\mu_{ij.})
&= n_{ij.}-\sum_ke^{\mu+\lambda_i^I+ \cdots}\\
&= n_{ij.}-\hat{\mu}_{ij.}=0\\
\Rightarrow \hat{\mu}_{ij.}&=n_{ij.}
\end{aligned}
\end{equation}
\end{document}