diff options
Diffstat (limited to '1628/CH3/EX2.27/Ex3_27.sce')
-rwxr-xr-x | 1628/CH3/EX2.27/Ex3_27.sce | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/1628/CH3/EX2.27/Ex3_27.sce b/1628/CH3/EX2.27/Ex3_27.sce new file mode 100755 index 000000000..68ac349ed --- /dev/null +++ b/1628/CH3/EX2.27/Ex3_27.sce @@ -0,0 +1,18 @@ + + + // Examle 3.27 + + // From the diagram (3.45) Apply KCL to the circuit + // will get (V-10)/2 +(V-0)/4 +(V-8)/6 = 0 + // Using nodal analysis + // hance we can get V= 6.91 +V=6.91; // Voltage at the node +I=V/(1+3); // Current (I) +disp(' Current (I) = '+string(I)+' Amp'); + + + + + // p 84 3.27 + + |