summaryrefslogtreecommitdiff
path: root/876/CH4/EX4.11
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /876/CH4/EX4.11
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/CH4/EX4.11')
-rwxr-xr-x876/CH4/EX4.11/Ex4_11.sce16
-rwxr-xr-x876/CH4/EX4.11/Ex4_11.txt3
-rwxr-xr-x876/CH4/EX4.11/Ex4_11t.txt16
3 files changed, 35 insertions, 0 deletions
diff --git a/876/CH4/EX4.11/Ex4_11.sce b/876/CH4/EX4.11/Ex4_11.sce
new file mode 100755
index 000000000..4f65f7af8
--- /dev/null
+++ b/876/CH4/EX4.11/Ex4_11.sce
@@ -0,0 +1,16 @@
+//caption:find value of arm CD
+//Ex4.11
+clc
+clear
+close
+C1=0.2*10^-6//capacitance of arm AB(in F)
+R2=500//resistance of arm BC(in ohm)
+R3=300//resistance of arm BC(in ohm)
+C3=0.1*10^-6//capacitance of arm AD(in F)
+f=1000//frequency of bridge(in Hz)
+w=2*%pi*f
+Z1=-%i/(w*C1)
+Z2=R2
+Z3=1/((1/R3)+%i*w*C3)
+Z4=(Z2*Z3)/Z1
+disp(Z4,'value of arm CD=') \ No newline at end of file
diff --git a/876/CH4/EX4.11/Ex4_11.txt b/876/CH4/EX4.11/Ex4_11.txt
new file mode 100755
index 000000000..a43a8e12f
--- /dev/null
+++ b/876/CH4/EX4.11/Ex4_11.txt
@@ -0,0 +1,3 @@
+value of arm CD=
+
+ 34.31147 + 182.028i \ No newline at end of file
diff --git a/876/CH4/EX4.11/Ex4_11t.txt b/876/CH4/EX4.11/Ex4_11t.txt
new file mode 100755
index 000000000..4f65f7af8
--- /dev/null
+++ b/876/CH4/EX4.11/Ex4_11t.txt
@@ -0,0 +1,16 @@
+//caption:find value of arm CD
+//Ex4.11
+clc
+clear
+close
+C1=0.2*10^-6//capacitance of arm AB(in F)
+R2=500//resistance of arm BC(in ohm)
+R3=300//resistance of arm BC(in ohm)
+C3=0.1*10^-6//capacitance of arm AD(in F)
+f=1000//frequency of bridge(in Hz)
+w=2*%pi*f
+Z1=-%i/(w*C1)
+Z2=R2
+Z3=1/((1/R3)+%i*w*C3)
+Z4=(Z2*Z3)/Z1
+disp(Z4,'value of arm CD=') \ No newline at end of file