summaryrefslogtreecommitdiff
path: root/287/CH18/EX18.7/Exa18_7.sci
diff options
context:
space:
mode:
Diffstat (limited to '287/CH18/EX18.7/Exa18_7.sci')
-rwxr-xr-x287/CH18/EX18.7/Exa18_7.sci9
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