//find transfer function of V2(s)/V1(s printf("syms R1 R2 C") printf("G=(R2+R1*R2*C*s)/(R1+R2+R1*R2*C*s)\n transfer function V2(s)/V1(s)=G")