summaryrefslogtreecommitdiff
path: root/876/CH8/EX8.1/Ex8_1t.txt
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /876/CH8/EX8.1/Ex8_1t.txt
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/CH8/EX8.1/Ex8_1t.txt')
-rwxr-xr-x876/CH8/EX8.1/Ex8_1t.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/876/CH8/EX8.1/Ex8_1t.txt b/876/CH8/EX8.1/Ex8_1t.txt
new file mode 100755
index 000000000..a267f5a5f
--- /dev/null
+++ b/876/CH8/EX8.1/Ex8_1t.txt
@@ -0,0 +1,11 @@
+//caption:find deflection sensitivity of CRO
+//Ex8.1
+clc
+clear
+close
+l=20*10^-3//axial length of deflection plate(in meter)
+L=0.2//distance from the centre of the deflection plates to the screen(in meter)
+s=5*10^-3//spacing between two plates(in meter)
+V=2500//accelerating voltage(in Volt)
+S=(l*L)/(2*s*V)
+disp(S,'deflection sensitivity of CRO(in m/V)=') \ No newline at end of file