I wish to use numbering like 1\alpha, 1\beta,... in some subequations. I know that this is obtainable by redefining the \theequation like the following (which gives lower-case Roman numerals, 1.i, 1.ii,...)
\begin{subequations}
\renewcommand{\theequation}{\theparentequation{}.\roman{equation}}
\begin{align}
a1 &= b1 \\
a2 &= b2
\end{align}
\end{subequations}
The problem is I don't know the equivalent of \roman that will yield the Greek alphabet.
A related question (which might subsume the above) is: can someone complete the set of commands
\arabic, \alph, \Alph, \roman, \Roman, ...
