summaryrefslogtreecommitdiff
path: root/3630/CH14/EX14.13/Ex14_13.sce
blob: 811014bbbc788cf9d2e2ef24499c73ad6b92cbd0 (plain)
1
2
3
4
5
6
7
8
9
clc;
Av=120;
Cbc=0.000000000006;
CinM=Av*Cbc;
CoutM=Cbc;
disp('Farad',CinM,"CinM=")//The answers vary due to round off error
disp('pFarad',CoutM*1000000000000,"CoutM=")//The answers vary due to round off error