summaryrefslogtreecommitdiff
path: root/2234/CH4/EX4.20/ex4_20.sce
blob: 69e49279ab9b3f1d3af66c28a60890799bb262b2 (plain)
1
2
3
4
5
clc;
A=0.02;  //area in m square
r=0.5;  //r in m
d=(A/(4*(%pi)*r));  //calculating distance
disp(d,"Distance between the plates in m = ");  //displaying result