diff options
Diffstat (limited to '752/CH18/EX18.2.1/18_2_1.sce')
-rwxr-xr-x | 752/CH18/EX18.2.1/18_2_1.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/752/CH18/EX18.2.1/18_2_1.sce b/752/CH18/EX18.2.1/18_2_1.sce new file mode 100755 index 000000000..ef64b0e9e --- /dev/null +++ b/752/CH18/EX18.2.1/18_2_1.sce @@ -0,0 +1,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');
\ No newline at end of file |