summaryrefslogtreecommitdiff
path: root/995/CH2/EX2.22/Ex2_22.sce
blob: 8ffef68235d8fb882142d3fd2b5db75ff8db4a9b (plain)
1
2
3
4
5
6
7
8
9
10
11
//Ex:2.22
clc;
clear;
close;
E_o=8.85*10^-12;
E_r=4.5;
n=6;//no. of plates
d=0.2*10^-3;//in meter
A=20*10^-4;//in sq.meter
C={(E_o*E_r*(n-1)*A)/d}*10^11;
printf("Capacitance = %d pF",C);