********* September 5th, 2000 *******Homework Assignment #1******** * Circuit Description * ******************************************************************* * Kathleen Williams, ps. #1, ece 110 * Student ID# 0194633 v1 1 0 dc 10 v2 3 0 dc 33 r1 1 2 100 r2 2 3 100 r3 2 0 100 * control statements to supress output: .options nopage, nobias * control statement to do d.c analysis: .dc v1 list 10 * print resultant outputs: .print dc i(v1),i(v2),v(2,0) .end