summaryrefslogtreecommitdiff
path: root/2081/CH12/EX12.12
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /2081/CH12/EX12.12
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '2081/CH12/EX12.12')
-rwxr-xr-x2081/CH12/EX12.12/Ex12_12.sce4
1 files changed, 4 insertions, 0 deletions
diff --git a/2081/CH12/EX12.12/Ex12_12.sce b/2081/CH12/EX12.12/Ex12_12.sce
new file mode 100755
index 000000000..0d4fe6050
--- /dev/null
+++ b/2081/CH12/EX12.12/Ex12_12.sce
@@ -0,0 +1,4 @@
+N=(2^42-1)
+TDR=19200//transmission data rate
+t=N/TDR;
+printf('time taken to transit the complete long code= %.2f years',(t/(60*60*24*365)))