summaryrefslogtreecommitdiff
path: root/287/CH18/EX18.8/Exa18_8.sci
blob: 960cf9642bb04867bd83751627e6d4b8ef693cd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
//Determine the no. of users supported

BHA = 1.2;
ACH = 120;

C = 40.26;   //from Erlang B table

At = (BHA*ACH)/3600;
N = C/At;

disp(N, 'No. of users supported');