I wrote the following to print a mathematical equation, but I do not need the number of equation to be appeared:
\documentclass[conference]{IEEEtran}
\usepackage{amsmath}
\begin{document}
\begin{align}
f_{n}(\beta,\lambda)&= \lambda(1-\lambda/n)^{n-1} \int_{0} ^{1} g_{n}(\beta,\lambda)d\alpha \\
& \leq \lambda(1-\lambda/n)^{n-1}\int_{0}^{1} g_{n}(\beta,1)d\alpha \\
& \leq (1-1/n)^{n-1} \int_{0}^{1} g_{n}(\beta,1)d\alpha = f_{n}(\beta,1)
\end{align}
\end{document}



\begin{align*}....\end{align*}-- A*most times indicates suppression of numbering – May 24 '16 at 16:21align*and see – egreg May 24 '16 at 16:21