diff options
Diffstat (limited to '998/CH29/EX29.6/Ex6.sce')
-rwxr-xr-x | 998/CH29/EX29.6/Ex6.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/998/CH29/EX29.6/Ex6.sce b/998/CH29/EX29.6/Ex6.sce new file mode 100755 index 000000000..75de5ea78 --- /dev/null +++ b/998/CH29/EX29.6/Ex6.sce @@ -0,0 +1,8 @@ +//Ex:6
+clc;
+clear;
+close;
+t_p=235.9;//Orbital period which is longer than a sidereal day in sec
+d_r=360*t_p/86400;//Drift rate per day
+printf("Drift rate =%f degree per day",d_r);
+printf("\n Since the earth moves towards east ");
\ No newline at end of file |