summaryrefslogtreecommitdiff
path: root/728/CH4/EX4.23
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /728/CH4/EX4.23
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 '728/CH4/EX4.23')
-rwxr-xr-x728/CH4/EX4.23/Ex4_23.sce13
-rwxr-xr-x728/CH4/EX4.23/Ex4_23.txt13
-rwxr-xr-x728/CH4/EX4.23/Ex4_23_ans.txt4
3 files changed, 30 insertions, 0 deletions
diff --git a/728/CH4/EX4.23/Ex4_23.sce b/728/CH4/EX4.23/Ex4_23.sce
new file mode 100755
index 000000000..4114660b2
--- /dev/null
+++ b/728/CH4/EX4.23/Ex4_23.sce
@@ -0,0 +1,13 @@
+//Caption:Calculate the breakdown power of air filled rectangular waveguide for dominant mode at 9.375 GHz.
+//Exa:4.23
+clc;
+clear;
+close;
+//Given:
+c=3*10^10;//in cm/s
+a=2.3;//in cm
+b=1;//in cm
+f=9.375*10^9;//in Hz
+wl_o=c/f;
+P_bd_TE11=597*2.3*1*{1-{wl_o/(2*a)}^2}^0.5;
+disp(P_bd_TE11,'Breakdown power for dominant mode (in kW) =');
diff --git a/728/CH4/EX4.23/Ex4_23.txt b/728/CH4/EX4.23/Ex4_23.txt
new file mode 100755
index 000000000..4114660b2
--- /dev/null
+++ b/728/CH4/EX4.23/Ex4_23.txt
@@ -0,0 +1,13 @@
+//Caption:Calculate the breakdown power of air filled rectangular waveguide for dominant mode at 9.375 GHz.
+//Exa:4.23
+clc;
+clear;
+close;
+//Given:
+c=3*10^10;//in cm/s
+a=2.3;//in cm
+b=1;//in cm
+f=9.375*10^9;//in Hz
+wl_o=c/f;
+P_bd_TE11=597*2.3*1*{1-{wl_o/(2*a)}^2}^0.5;
+disp(P_bd_TE11,'Breakdown power for dominant mode (in kW) =');
diff --git a/728/CH4/EX4.23/Ex4_23_ans.txt b/728/CH4/EX4.23/Ex4_23_ans.txt
new file mode 100755
index 000000000..c9e104875
--- /dev/null
+++ b/728/CH4/EX4.23/Ex4_23_ans.txt
@@ -0,0 +1,4 @@
+Breakdown power for dominant mode (in kW) =
+
+ 986.40589
+ \ No newline at end of file