summaryrefslogtreecommitdiff
path: root/3809/CH4/EX4.3/EX4_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '3809/CH4/EX4.3/EX4_3.sce')
-rw-r--r--3809/CH4/EX4.3/EX4_3.sce17
1 files changed, 17 insertions, 0 deletions
diff --git a/3809/CH4/EX4.3/EX4_3.sce b/3809/CH4/EX4.3/EX4_3.sce
new file mode 100644
index 000000000..a3c4c65ca
--- /dev/null
+++ b/3809/CH4/EX4.3/EX4_3.sce
@@ -0,0 +1,17 @@
+//Chapter 4, Example 4.3
+
+clc
+//Initialisation
+v=100 //voltage
+d=10^-5 //distance between plates
+
+
+
+
+//Calculation
+e=v/d //capacitance in farad
+
+
+
+//Results
+printf("Electric Field Strength, E = %d ^ 7 V/m",e*10^-6)