diff options
Diffstat (limited to '876/CH3/EX3.7')
-rwxr-xr-x | 876/CH3/EX3.7/Ex3_7.sce | 13 | ||||
-rwxr-xr-x | 876/CH3/EX3.7/Ex3_7.txt | 3 | ||||
-rwxr-xr-x | 876/CH3/EX3.7/Ex3_7t.txt | 13 |
3 files changed, 29 insertions, 0 deletions
diff --git a/876/CH3/EX3.7/Ex3_7.sce b/876/CH3/EX3.7/Ex3_7.sce new file mode 100755 index 000000000..582ef780b --- /dev/null +++ b/876/CH3/EX3.7/Ex3_7.sce @@ -0,0 +1,13 @@ +//caption:Find value of capacitance after application of pressure
+//Ex3.7
+clc
+clear
+close
+A=600*10^-6//area of plates(in meter square)
+D=2.5*10^-3//sepration of distance(in meter)
+C=400*10^-12//capacitance(in F)
+Do=0.5*10^-3//deflection(in mm)
+e=(C*D)/A
+d=D-Do
+Co=(e*A)/d
+disp(Co,'capacitance(in F)=')
\ No newline at end of file diff --git a/876/CH3/EX3.7/Ex3_7.txt b/876/CH3/EX3.7/Ex3_7.txt new file mode 100755 index 000000000..b1659ea59 --- /dev/null +++ b/876/CH3/EX3.7/Ex3_7.txt @@ -0,0 +1,3 @@ +capacitance(in F)=
+
+ 5.000D-10
\ No newline at end of file diff --git a/876/CH3/EX3.7/Ex3_7t.txt b/876/CH3/EX3.7/Ex3_7t.txt new file mode 100755 index 000000000..582ef780b --- /dev/null +++ b/876/CH3/EX3.7/Ex3_7t.txt @@ -0,0 +1,13 @@ +//caption:Find value of capacitance after application of pressure
+//Ex3.7
+clc
+clear
+close
+A=600*10^-6//area of plates(in meter square)
+D=2.5*10^-3//sepration of distance(in meter)
+C=400*10^-12//capacitance(in F)
+Do=0.5*10^-3//deflection(in mm)
+e=(C*D)/A
+d=D-Do
+Co=(e*A)/d
+disp(Co,'capacitance(in F)=')
\ No newline at end of file |