summaryrefslogtreecommitdiff
path: root/620/CH9/EX9.2/example9_2.sce
blob: ec53ca836f9b4d99b762298d3f7bc405e710c12a (plain)
1
2
3
4
5
6
7
8
v=1.2;
vt=1.1;
i=0.15;
disp("Part a");
r=(v-vt)/i;
disp("the internal resistance of the cell (in Ω) is"); disp(r);
disp("Part b");
disp("when the terminal voltage equals one-half the open circuit voltage , the load resistance must be equal to the internal resistance (in Ω) of"); disp(r);