From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 876/CH3/EX3.7/Ex3_7.sce | 13 +++++++++++++ 876/CH3/EX3.7/Ex3_7.txt | 3 +++ 876/CH3/EX3.7/Ex3_7t.txt | 13 +++++++++++++ 3 files changed, 29 insertions(+) create mode 100755 876/CH3/EX3.7/Ex3_7.sce create mode 100755 876/CH3/EX3.7/Ex3_7.txt create mode 100755 876/CH3/EX3.7/Ex3_7t.txt (limited to '876/CH3/EX3.7') 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 -- cgit