diff options
Diffstat (limited to '2219/CH13/EX13.9/Ex13_9.sce')
-rwxr-xr-x | 2219/CH13/EX13.9/Ex13_9.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/2219/CH13/EX13.9/Ex13_9.sce b/2219/CH13/EX13.9/Ex13_9.sce new file mode 100755 index 000000000..a41437a1f --- /dev/null +++ b/2219/CH13/EX13.9/Ex13_9.sce @@ -0,0 +1,6 @@ +//Chapter 13 example 9
+//------------------------------------------------------------------------------
+clc;
+clear;
+mprintf('The improvement factor is proportional to square of antenna spacing.Therefore,it will increase by a factor of 4\n Consequently,the unavailability factor and hence the outrage time will also reduce by a factor of 4');
+//------------------------------------------------------------------------------
|