//chapter-5,Example5_5,pg 492 Tu=1*10^-3//wave time Vi=0.2//input voltage t=4*10^-3//integration time constant(1/RC) V1=((Vi*Tu)/t)//integrator output voltage printf("integrator output voltage\n") printf("V1=%.2f V",V1)