File SERIES

Directory of image this file is from
This file as a plain text file

2 PRINT "SERIES CIRCUIT WITH 2 RESISTORS"
8 PRINT "R1="; 
9 INPUT R1 
10 PRINT "R2="; 
11 INPUT R2 
12 LET R=R1+R2
15 PRINT "R(TOTAL)=";R
16 PRINT  
17 PRINT
20 PRINT "E(APPLIED)","I=E/R","E1=I*R1","E2=I*R2" 
25 FOR E=5 TO 40 STEP5
30 LET I=E/R
35 LET E1=I*R1
40 LET E2=I*R2
50 PRINT E,I,E1,E2
100 NEXT E 
111 PRINT
112 PRINT
113 PRINT "CHECK:  E(APPLIED)=E1+E2" 
114 PRINT
980 PRINT "TYPE 'RUN' AND INPUT VALUES FOR R1 AND R2"
999 END



Feel free to contact me, David Gesswein djg@pdp8online.com with any questions, comments on the web site, or if you have related equipment, documentation, software etc. you are willing to part with.  I am interested in anything PDP-8 related, computers, peripherals used with them, DEC or third party, or documentation. 

PDP-8 Home Page   PDP-8 Site Map   PDP-8 Site Search