summaryrefslogtreecommitdiff
path: root/876/CH3/EX3.7
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /876/CH3/EX3.7
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '876/CH3/EX3.7')
-rwxr-xr-x876/CH3/EX3.7/Ex3_7.sce13
-rwxr-xr-x876/CH3/EX3.7/Ex3_7.txt3
-rwxr-xr-x876/CH3/EX3.7/Ex3_7t.txt13
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