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 --- 728/CH8/EX8.12/Ex8_12.sce | 12 ++++++++++++ 728/CH8/EX8.12/Ex8_12.txt | 12 ++++++++++++ 728/CH8/EX8.12/Ex8_12_ans.txt | 4 ++++ 3 files changed, 28 insertions(+) create mode 100755 728/CH8/EX8.12/Ex8_12.sce create mode 100755 728/CH8/EX8.12/Ex8_12.txt create mode 100755 728/CH8/EX8.12/Ex8_12_ans.txt (limited to '728/CH8/EX8.12') diff --git a/728/CH8/EX8.12/Ex8_12.sce b/728/CH8/EX8.12/Ex8_12.sce new file mode 100755 index 000000000..c1c2efa31 --- /dev/null +++ b/728/CH8/EX8.12/Ex8_12.sce @@ -0,0 +1,12 @@ +//Caption:Calculate the gap transit angle +//Exa:8.12 +clc; +clear; +close; +V_o=1000;//Anode voltage(in volts) +gap=0.002;//in m +f=5*10^9;//in Hz +L=2.463*10^-3;//length of drift region (in m) +u_o=5.93*10^5*sqrt(V_o);//in m/s +Theeta_g=2*%pi*f*2*10^-3/u_o;//radians +disp(Theeta_g,'Transit angle(in radians) ='); \ No newline at end of file diff --git a/728/CH8/EX8.12/Ex8_12.txt b/728/CH8/EX8.12/Ex8_12.txt new file mode 100755 index 000000000..c1c2efa31 --- /dev/null +++ b/728/CH8/EX8.12/Ex8_12.txt @@ -0,0 +1,12 @@ +//Caption:Calculate the gap transit angle +//Exa:8.12 +clc; +clear; +close; +V_o=1000;//Anode voltage(in volts) +gap=0.002;//in m +f=5*10^9;//in Hz +L=2.463*10^-3;//length of drift region (in m) +u_o=5.93*10^5*sqrt(V_o);//in m/s +Theeta_g=2*%pi*f*2*10^-3/u_o;//radians +disp(Theeta_g,'Transit angle(in radians) ='); \ No newline at end of file diff --git a/728/CH8/EX8.12/Ex8_12_ans.txt b/728/CH8/EX8.12/Ex8_12_ans.txt new file mode 100755 index 000000000..6a56e6958 --- /dev/null +++ b/728/CH8/EX8.12/Ex8_12_ans.txt @@ -0,0 +1,4 @@ +Transit angle(in radians) = + + 3.35062 + \ No newline at end of file -- cgit