summaryrefslogtreecommitdiff
path: root/998/CH29/EX29.83
diff options
context:
space:
mode:
Diffstat (limited to '998/CH29/EX29.83')
-rwxr-xr-x998/CH29/EX29.83/Ex83.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/998/CH29/EX29.83/Ex83.sce b/998/CH29/EX29.83/Ex83.sce
new file mode 100755
index 000000000..f7eb6f4e0
--- /dev/null
+++ b/998/CH29/EX29.83/Ex83.sce
@@ -0,0 +1,8 @@
+//Ex:83
+clc;
+clear;
+close;
+dx=1*(%pi/180);//azimuth beamwidth in rad
+G=315507;
+dy=(4*%pi*180)/(G*dx*%pi);//the width in degree
+printf("The width=%f degree",dy); \ No newline at end of file