summaryrefslogtreecommitdiff
path: root/287/CH18/EX18.7/Exa18_7.sci
blob: a3711cb68fc1a2215d00979611a38538e4d68135 (plain)
1
2
3
4
5
6
7
8
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)')