I am new to PDA, teacher is using different format, I see different notation for transition function I am not able understand teacher's format in this question for transition function of PDA!
Problem $\mathbf {611}\quad$ Let $L$ be the language accepted by the pushdown automaton: $M=(Q,\sum,\Gamma,\delta,q,F)$ where: $Q=\{q,s\}$; $\sum=\{a,b\}$; $\Gamma=\{B\}$; $F=\{s\}$; and the transition function $\delta$ is defined as follows $$[q,a,\lambda,s,B] \\ [s,a,\lambda,s,\lambda] \\ [s,b,B,s,\lambda]$$ (Recall that $M$ is defined so as to accept by final statement and empty stack)
$\textbf{(a)}$ List $4$ distinct strings that belong to $L$. If this is impossible, state it and explain why.
Answer: $ab,aab,aba,aaba$
$\textbf{(b)}$ Write a regular expression that defines $L$. If such regular expression does not exist, prove it.