summaryrefslogtreecommitdiff
path: root/1628/CH3/EX3.18/Ex3_18.sce
diff options
context:
space:
mode:
Diffstat (limited to '1628/CH3/EX3.18/Ex3_18.sce')
-rwxr-xr-x1628/CH3/EX3.18/Ex3_18.sce23
1 files changed, 23 insertions, 0 deletions
diff --git a/1628/CH3/EX3.18/Ex3_18.sce b/1628/CH3/EX3.18/Ex3_18.sce
new file mode 100755
index 000000000..83daecdb3
--- /dev/null
+++ b/1628/CH3/EX3.18/Ex3_18.sce
@@ -0,0 +1,23 @@
+
+
+ // Examle 3.18
+
+ // From the diagram (3.33a) Apply KVL to Bigger loop i.e (For I1 )
+ // Will get { 10-5(I1-2)-8I1= 0 }
+ // Using loop-circuit analysis
+
+I1=20/13; // Current through 8 ohm resistor
+disp(' Current through 8 ohm resistor (I1) = '+string(I1)+' Amp');
+
+
+
+
+ // p 74 3.18
+
+
+
+
+
+
+
+