A=3 b=7 h1=tf(1,[0.1 1]) P2=poly([-3 -4]) P3=conv([1 3],[1 4]) p4=conv(P3,[1 5]) P5=poly([-3 -4 -5]) roots([1 12 47 60]) roots(P5) H4=tf(1E8,[1 1E5 1E8]) step(H4),hold on H5=tf(1E8,[1 1E3 1E8]) step(H5) figure(2) step(h1) figure(3) impulse(h1)