diff options
Diffstat (limited to '3769/CH4/EX4.21')
-rw-r--r-- | 3769/CH4/EX4.21/Ex4_21.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH4/EX4.21/Ex4_21.sce b/3769/CH4/EX4.21/Ex4_21.sce new file mode 100644 index 000000000..febb36012 --- /dev/null +++ b/3769/CH4/EX4.21/Ex4_21.sce @@ -0,0 +1,13 @@ +clear +//Given +C1=2 //micro F +C2=2 //micro F +C3=2 +C4=2 + +//Calculation +Cs=C1*C2/(C1+C2) +Cab=C3*C4/(C3+C4) + +//Result +printf("\n The capacitance of the Capacitors %0.3f micro F", Cab) |