방정식을 쓰는 동안 '수학 모드에서는 '\eqno'를 사용할 수 없습니다'라는 메시지가 나타납니다. \end{방정식}' 오류...왜?

방정식을 쓰는 동안 '수학 모드에서는 '\eqno'를 사용할 수 없습니다'라는 메시지가 나타납니다. \end{방정식}' 오류...왜?
\documentclass[journal]{IEEEtran}
%\documentclass[num-refs]{wiley-article}
\usepackage{cite}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{algorithmic}
\usepackage{graphicx}
\usepackage{textcomp}
\usepackage{xcolor}
\usepackage{multirow}
\usepackage{multicol}
\usepackage{booktabs}
\usepackage{cuted}
\usepackage{multicol}
%\usepackage{subfigure}
\usepackage{epstopdf}
\usepackage{epsfig}
\usepackage{subfigure}



\begin{document}


\title{gffjttymtdymt}


\author{Kp~Yadav,
        Pv~Dai}
    


\maketitle

\begin{abstract}
Small signal stability analysis of the power system is mandatory because slowly growing oscillations may end with the blackout of the system. 
\end{abstract}


\begin{IEEEkeywords}
Static Var Compensator, CPSS-Conventional Power System Stabilizer, POD- Power Oscillation Damping, Residue Factor, Participation Factor.
\end{IEEEkeywords}


\IEEEpeerreviewmaketitle



\section{INTRODUCTION}
The modern power system is highly interconnected to meet increasing energy demand and to utilize available sources adequately. The interconnection of the power system is necessary for reliable and flexible operation, so the power system needs to be stable against small or large disturbances such as faults, disconnection of large loads or generators, etc. The stability of the system is strongly influenced by the dynamic behavior of components of the system like generators, loads and other control equipment (FACTs devices).
The disturbances in the system cause change in the electrical torque of the synchronous machine [1]. The change in electrical torque due to disturbances can be divided into two parts and is described by :
\begin{equation}\label{1}
\Delta {T_e} = \Delta {T_{es}}\Delta \delta  + \Delta {T_{eD}}\Delta \omega 
\end{equation}
The analysis of power system oscillations is of interest in a system where the number of generators are working in parallel for supplying power to a common load. In this type of condition, generators produce torques. These torques act to keep the generators in synchronism (synchronizing torque). 

\section{MATHEMATICAL MODELING OF SYSTEM} \label{modelingofstudysystem}
In this section each component of multimachine test system is model in the mathematical form as follows: 
\subsection{Synchronous Machine}
The synchronous machine is modeled in the form of equations includes swing equation, rotor and stator voltage equations as follows:
\begin{equation}\label{eq2}
\frac{{d\delta }}{{dt}} = {\omega _B}({s_m} - {s_{mo}})
\end{equation}
\begin{equation}\label{eq3}
\frac{{d{s_m}}}{{dt}} = \frac{1}{{2H}}[ - D({s_m} - {s_{mo}}) + {T_m} - {T_e}]
\end{equation}
\begin{equation}\label{eq4}
\frac{{d{E^'}_q}}{{dt}} = \frac{1}{{{T^'}_{do}}}[ - {E^'}_q + ({x_d} - x{'_d}) + {E_{fd}}]
\end{equation}
\begin{equation}\label{eq5}
\frac{{d{E^'}_d}}{{dt}} = \frac{1}{{{T^'}_{qo}}}[ - {E^'}_d - ({x_q} - x{'_q}){i_q}]
\end{equation}
\begin{equation}\label{eq6}
{T_e} = {E^'}_q{i_q} + {E^'}_d{i_d} + (x{'_d} - x{'_q}){i_d}{i_q}
\end{equation}


\section{Conclusion} \label{conclusion}
Power system oscillations can lead the system towards the shutdown. Hence, to damp out these 


\end{document}

답변1

여기에 이미지 설명을 입력하세요

(마지막 세 개) 방정식에 오류가 많이 있습니다.

  • 대신에 ${E^'}_{d}$$E'_{d}$거나$E'_d$
  • 방정식에 중괄호가 너무 많아서 길을 잃기 쉽습니다.

완전한(실제) MWE:

\documentclass[journal]{IEEEtran}
\usepackage{cite}
\usepackage{amsmath,amssymb}

\begin{document}
\begin{equation}\label{1}
\Delta {T_e} = \Delta {T_{es}}\Delta \delta  + \Delta {T_{eD}}\Delta \omega
\end{equation}

\begin{equation}\label{eq2}
\frac{{d\delta }}{{dt}} = {\omega _B}({s_m} - {s_{mo}})
\end{equation}

\begin{equation}\label{eq3}
\frac{{d{s_m}}}{{dt}} = \frac{1}{{2H}}[ - D({s_m} - {s_{mo}}) + {T_m} - {T_e}]
\end{equation}

\begin{equation}\label{eq4}
\frac{d E'_q}{dt} = \frac{1}{T'_{do}}[ - E'_q +  (x_d - x'_d) + E_{fd}]
\end{equation}

\begin{equation}\label{eq5}
\frac{dE'_d}{dt} = \frac{1}{T'_{qo}}[ - E'_d - (x_q - x'_q) i_q]
\end{equation}

\begin{equation}\label{eq6}
T_e = E'_q i_q + E'_d i_d + (x'_d - x'_q) i_d i_q
\end{equation}

\end{document}

편집하다: @egreg 의견에 따르면 귀하의 방정식은 다음과 같이 작성됩니다.

\documentclass[journal]{IEEEtran}
\usepackage{cite}
\usepackage{amsmath,amssymb}

\begin{document}
\begin{gather} % <---
\Delta {T_e} = \Delta {T_{es}}\Delta \delta  + \Delta {T_{eD}}\Delta \omega
    \label{1}      \\
\frac{{d\delta }}{{dt}} = {\omega _B}({s_m} - {s_{mo}})
    \label{eq2}     \\
\frac{{d{s_m}}}{{dt}} = \frac{1}{{2H}}[ - D({s_m} - {s_{mo}}) + {T_m} - {T_e}]
    \label{eq3}     \\
\frac{d E'_q}{dt} = \frac{1}{T'_{do}}[ - E'_q +  (x_d - x'_d) + E_{fd}]
    \label{eq4}     \\
\frac{dE'_d}{dt} = \frac{1}{T'_{qo}}[ - E'_d - (x_q - x'_q) i_q]
    \label{eq5}     
\intertext{and finally:}
T_e = E'_q i_q + E'_d i_d + (x'_d - x'_q) i_d i_q
    \label{eq6}
\end{gather}
\end{document}

여기에 이미지 설명을 입력하세요

관련 정보