summaryrefslogtreecommitdiff
path: root/1784/CH30/EX30.1/example1.sce
diff options
context:
space:
mode:
Diffstat (limited to '1784/CH30/EX30.1/example1.sce')
-rwxr-xr-x1784/CH30/EX30.1/example1.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/1784/CH30/EX30.1/example1.sce b/1784/CH30/EX30.1/example1.sce
new file mode 100755
index 000000000..a37c75ca0
--- /dev/null
+++ b/1784/CH30/EX30.1/example1.sce
@@ -0,0 +1,9 @@
+//chapter 30
+//example 1
+clc
+//given
+C=1.0 //capacitance in farad
+d=1.0*10^-3 //separation b/w plates in meter
+epsilon0=8.85*10^-12 //coul2/nt-m2
+A=d*C/epsilon0
+disp(A,"Plate area in square meter is")