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/CH8/EX8.1/Ex8_1t.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 876/CH8/EX8.1/Ex8_1t.txt (limited to '876/CH8/EX8.1/Ex8_1t.txt') 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 -- cgit