diff options
Diffstat (limited to '1367/CH15/EX15.1')
-rwxr-xr-x | 1367/CH15/EX15.1/15_1.sce | 9 | ||||
-rwxr-xr-x | 1367/CH15/EX15.1/15_1r.txt | 4 |
2 files changed, 13 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 diff --git a/1367/CH15/EX15.1/15_1r.txt b/1367/CH15/EX15.1/15_1r.txt new file mode 100755 index 000000000..364f2f352 --- /dev/null +++ b/1367/CH15/EX15.1/15_1r.txt @@ -0,0 +1,4 @@ +
+ Electric field between pair of conducting plates (in V/m) =
+
+ - 46000.
\ No newline at end of file |