summaryrefslogtreecommitdiff
path: root/2863/CH4/EX4.8/ex4_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '2863/CH4/EX4.8/ex4_8.sce')
-rwxr-xr-x2863/CH4/EX4.8/ex4_8.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/2863/CH4/EX4.8/ex4_8.sce b/2863/CH4/EX4.8/ex4_8.sce
new file mode 100755
index 000000000..00578177d
--- /dev/null
+++ b/2863/CH4/EX4.8/ex4_8.sce
@@ -0,0 +1,8 @@
+//chapter 2
+//broadside array
+printf("\n");
+Gdmax=5.01108;//antilog[7/10]
+n=10;
+lamda=1;
+d=Gdmax/(20*lamda);
+printf("the minimum distance between array is %gm",d);