diff options
Diffstat (limited to '3673/CH1/EX1.15/Ex1_15.sce')
-rw-r--r-- | 3673/CH1/EX1.15/Ex1_15.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3673/CH1/EX1.15/Ex1_15.sce b/3673/CH1/EX1.15/Ex1_15.sce new file mode 100644 index 000000000..9e2dde80b --- /dev/null +++ b/3673/CH1/EX1.15/Ex1_15.sce @@ -0,0 +1,8 @@ +//Example 1_15 page no:17
+clc
+//apply kirchoff law to the circuit
+It=50;//total current in milli ampere
+I1=30;
+I2=10;
+I3=It-I1-I2;
+disp(I3,"current flowing in R3 (in milli ampere)")
|