summaryrefslogtreecommitdiff
path: root/2414/CH16/EX16.9/Ex16_9.sce
blob: aa89a03fb16fe0cfbafcfa72571e33758853410f (plain)
1
2
3
4
5
6
7
8
9
clc;
close();
clear();
//page no 530
//prob no. 16.9
c=3*10^8;    //speed of light in m/s
Td=400*10^-6     //s
d=c*Td/2       //in m
mprintf(' d=%.0f Km ',d*10^-3);