summaryrefslogtreecommitdiff
path: root/3769/CH4/EX4.10/Ex4_10.sce
blob: a6a1e985fb6ed33c1cc089cfdc109aa1d6cde0b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
clear
//Given
A2=500                   //cm**2
A1=100                    //cm**2
d1=0.05                    //cm

//Calculation
d2=A2*d1/A1

//Result
printf("\n Distance between the plates of second capacitor is  %0.3f  cm", d2)