summaryrefslogtreecommitdiff
path: root/3769/CH4/EX4.11/Ex4_11.sce
blob: 3743d5bda744ec24ab891ff4999fee074dd6450a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clear
//Given
c1=0.5                  //micro F
c2=0.3                  //micro F
c3=0.2                  //micro F

//Calculation
Cp=c1+c2+c3   
Cs=(1/c1)+(1/c2)+(1/c3)

//Result
printf("\n  The ratio ofmaximum capacitance to minimum capacitance is  %0.1f  ",Cs)