summaryrefslogtreecommitdiff
path: root/2234/CH4/EX4.21/ex4_21.sce
diff options
context:
space:
mode:
Diffstat (limited to '2234/CH4/EX4.21/ex4_21.sce')
-rwxr-xr-x2234/CH4/EX4.21/ex4_21.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/2234/CH4/EX4.21/ex4_21.sce b/2234/CH4/EX4.21/ex4_21.sce
new file mode 100755
index 000000000..b61d5e90d
--- /dev/null
+++ b/2234/CH4/EX4.21/ex4_21.sce
@@ -0,0 +1,7 @@
+clc;
+eo=8.85*10^-12; //constant
+A=1; //area in m square
+d=2*10^-3; //r in m
+K=4; //constant
+C=(K*eo*A)/d; //calculating capacitance
+disp(C,"Capacitance in Farad = = "); //displaying result \ No newline at end of file