How to align different numbered formulas to the left.like the picture:

How to align different formulas to the left and have different numbers. My code like this will only make it have a common number.
\begin{equation}
\begin{aligned}
\gamma_{x} &=-i t^{\prime}\left(\lambda-\lambda^{-1}\right) \\
\gamma_{y} &=0 \\
\gamma_{z} &=\Delta-\lambda t-t \lambda^{-1}
\end{aligned}
\end{equation}

\documentclass(missing) the option leqno and I suggest to uset'instead oft^{\prime}. – Sebastiano Apr 29 '20 at 10:21