diff options
Diffstat (limited to '3769/CH4/EX4.15/Ex4_15.sce')
-rw-r--r-- | 3769/CH4/EX4.15/Ex4_15.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3769/CH4/EX4.15/Ex4_15.sce b/3769/CH4/EX4.15/Ex4_15.sce new file mode 100644 index 000000000..fd6636508 --- /dev/null +++ b/3769/CH4/EX4.15/Ex4_15.sce @@ -0,0 +1,15 @@ +clear +//Given +C2=9.0 //micro F +C3=9.0 +C4=9.0 +C1=3 +V=10 //V + +//Calculation +C=1/((1/C2)+(1/C3)+(1/C4)) +Cab=C1+C +q=Cab*V + +//Result +printf("\n Equivalent capacitance between point A and B is %0.3f micro F", Cab) |