pen2ea — pencil to E,A conversion
[E,A]=pen2ea(Fs)
Utility function. Given the pencil Fs=s*E-A, returns the matrices E and A.
E=[1,0];A=[1,2];s=poly(0,'s'); [E,A]=pen2ea(s*E-A)