diff options
Diffstat (limited to '998/CH29/EX29.76/Ex76.sce')
-rwxr-xr-x | 998/CH29/EX29.76/Ex76.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/998/CH29/EX29.76/Ex76.sce b/998/CH29/EX29.76/Ex76.sce new file mode 100755 index 000000000..9171b1b5d --- /dev/null +++ b/998/CH29/EX29.76/Ex76.sce @@ -0,0 +1,11 @@ +//Ex:76
+clc;
+clear;
+close;
+a_d=130-70;//angular difference in degree
+printf("The line of sight distance(AB) b/w the two satellites in given figure");
+printf("\n sq(AB)=sq(AC)+sq(BC)-2AC*BC*cos(60)");
+printf("\n AC=BC=R...........(orbital radius)");
+printf("\n sq(AB)=sq(R)+sq(R)-2*sq(R)*(0.5)");
+printf("\n AB=R");
+printf("\n Round trip time=(2R/(3*10^8))");
\ No newline at end of file |