diff options
Diffstat (limited to '287/CH18/EX18.7/Exa18_7.sci')
-rwxr-xr-x | 287/CH18/EX18.7/Exa18_7.sci | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/287/CH18/EX18.7/Exa18_7.sci b/287/CH18/EX18.7/Exa18_7.sci new file mode 100755 index 000000000..a3711cb68 --- /dev/null +++ b/287/CH18/EX18.7/Exa18_7.sci @@ -0,0 +1,9 @@ +//Determine the offered load and channels required
+
+CPH = 4000;
+ACH = 150
+
+A = (CPH*ACH)/3600;
+
+disp(A, 'Offered Load');
+disp(182, 'Channels REquired (using Erlang B table)')
\ No newline at end of file |