syms n a b % Signals to take the z-transform of f_a = a^n f_b = (n+1)*a^n f_c = a^n*cos(b*n) % Take the z-transforms F_a = ztrans(f_a) F_b = ztrans(f_b) F_c = ztrans(f_c)