diff options
Diffstat (limited to '3673/CH3/EX3.a.20/Example_a_3_20.sce')
-rw-r--r-- | 3673/CH3/EX3.a.20/Example_a_3_20.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3673/CH3/EX3.a.20/Example_a_3_20.sce b/3673/CH3/EX3.a.20/Example_a_3_20.sce new file mode 100644 index 000000000..ad5b0031f --- /dev/null +++ b/3673/CH3/EX3.a.20/Example_a_3_20.sce @@ -0,0 +1,7 @@ +//Example_a_3_20 page no:148
+clc;
+I_14=20/(4+2+2);//applying kirchoff's law
+V=5;
+I_24=-V/4;
+I4=I_14+I_24;
+disp(I4,"the current i4 is (in A)");
|