diff options
Diffstat (limited to '995/CH2/EX2.30/Ex2_30.sce')
-rwxr-xr-x | 995/CH2/EX2.30/Ex2_30.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/995/CH2/EX2.30/Ex2_30.sce b/995/CH2/EX2.30/Ex2_30.sce new file mode 100755 index 000000000..fea6d8eca --- /dev/null +++ b/995/CH2/EX2.30/Ex2_30.sce @@ -0,0 +1,7 @@ +//Ex:2.30
+clc;
+clear;
+close;
+//L=(L1*L2)/(L1+L2)
+L_eq=5;//in millihenry
+printf("Inductor of 10 mH wired in parallel would provide %d mH",L_eq);
\ No newline at end of file |