summaryrefslogtreecommitdiff
path: root/752/CH18/EX18.2.1/18_2_1.sce
blob: ef64b0e9e95eea345fe1e7393327aaa01c6e9386 (plain)
1
2
3
4
5
6
7
8
9
clc;
// page no 671
// prob no 18_2_1
//A drum of facsimile machine with diameter=70.4mm & scanning pitch=0.2mm/scan
D=70.4;P=0.2;
//Determination of index of co-operation 
IOC_CCITT=D/P;
IOC_IEEE=IOC_CCITT*(%pi);
disp(IOC_IEEE,'The index of co-operation is');