summaryrefslogtreecommitdiff
path: root/3769/CH4/EX4.15/Ex4_15.sce
blob: fd6636508ac482b63eda635c5a635671ae67b235 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)