summaryrefslogtreecommitdiff
path: root/1367/CH15/EX15.1/15_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '1367/CH15/EX15.1/15_1.sce')
-rwxr-xr-x1367/CH15/EX15.1/15_1.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/1367/CH15/EX15.1/15_1.sce b/1367/CH15/EX15.1/15_1.sce
new file mode 100755
index 000000000..ed986d76d
--- /dev/null
+++ b/1367/CH15/EX15.1/15_1.sce
@@ -0,0 +1,9 @@
+//Find Electric field
+//Ex:15.1
+clc;
+clear;
+close;
+v=230;//in volts
+d=0.005;//in m
+E=-v/d;//in V/m
+disp(E,"Electric field between pair of conducting plates (in V/m) = "); \ No newline at end of file