summaryrefslogtreecommitdiff
path: root/728/CH4/EX4.10/Ex4_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '728/CH4/EX4.10/Ex4_10.sce')
-rwxr-xr-x728/CH4/EX4.10/Ex4_10.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/728/CH4/EX4.10/Ex4_10.sce b/728/CH4/EX4.10/Ex4_10.sce
new file mode 100755
index 000000000..3c1fc0b5c
--- /dev/null
+++ b/728/CH4/EX4.10/Ex4_10.sce
@@ -0,0 +1,15 @@
+//Caption:Calculate (i)-required size of guide,(ii)-frequencies that can be used for this mode of propagation
+//Exa:4.10
+clc;
+clear;
+close;
+wl_c=10;//in cm
+c=3*10^10;//in cm/s
+r=wl_c/(2*%pi/1.841);//in cm
+area=%pi*r^2;//in sq. cm
+f_c=c/wl_c;
+disp(r,'Radius of circular waveguide(in cm) =');
+disp(area,'Area of cross-section of circular waveguide(in cm) =');
+disp('Frequency above');
+disp(f_c);
+disp('can be propagated'); \ No newline at end of file