* Kathleen Williams, ps2t2, ece 202 * Student ID# 0194633 * Varying voltages for the opamps Vpos 10 0 dc 20 Vneg 20 0 dc -20 Is = 0 1 0.0001 r1 1 2 10000 x1 0 3 5 10 20 3000 200 604 kewopamp r2 2 3 5000 r3 3 4 10000 r4 4 0 36300 r5 4 5 10000 x2 0 3 10 20 5 LM324 r6 5 5a 4700 r7 6 7 10000 r8 6 0 3300 x3 6 5a 7 10 20 40000 200 37 kewopamp .lib a:\kewps1t20.lib .lib a:\Eval.lib * control statements to supress output: .options nopage, nobias * control statement to do d.c analysis: .dc Is list 0.0001 * print resultant outputs: .print dc V(2,0),V(5,0),V(7,0) .end