summaryrefslogtreecommitdiff
path: root/620/CH21/EX21.3/example21_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '620/CH21/EX21.3/example21_3.sce')
-rw-r--r--620/CH21/EX21.3/example21_3.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/620/CH21/EX21.3/example21_3.sce b/620/CH21/EX21.3/example21_3.sce
new file mode 100644
index 000000000..ab1cbcf69
--- /dev/null
+++ b/620/CH21/EX21.3/example21_3.sce
@@ -0,0 +1,9 @@
+v=20;
+disp("Part a");
+d=0.5*10^(-3);
+e=v/d;
+disp("the electric field intensity (in kV/m) is"); disp(e*10^(-3));
+disp("Part b");
+d1=0.25*10^(-3);
+e1=v/d1;
+disp("the electric field intensity (in kV/m) is"); disp(e1*10^(-3)); \ No newline at end of file