diff options
Diffstat (limited to '3636/CH1/EX1.4/Ex1_4.sce')
-rw-r--r-- | 3636/CH1/EX1.4/Ex1_4.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3636/CH1/EX1.4/Ex1_4.sce b/3636/CH1/EX1.4/Ex1_4.sce new file mode 100644 index 000000000..be15b8477 --- /dev/null +++ b/3636/CH1/EX1.4/Ex1_4.sce @@ -0,0 +1,11 @@ +clc;
+clear;
+L=3*10^-2 //length of plates in m
+d=4*10^-3 //spacing betweenn plates in m
+l=30*10^-2 //distance in m
+V1=2500 //potential in V
+
+//Calculation
+Se=(L*l)/(2*d*V1)/10^-4
+
+mprintf("Deflection Sensitivity = %1.1f*10^-4 m/V",Se)
|