diff options
Diffstat (limited to '998/CH29/EX29.64/Ex64.sce')
-rwxr-xr-x | 998/CH29/EX29.64/Ex64.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/998/CH29/EX29.64/Ex64.sce b/998/CH29/EX29.64/Ex64.sce new file mode 100755 index 000000000..45911af54 --- /dev/null +++ b/998/CH29/EX29.64/Ex64.sce @@ -0,0 +1,9 @@ +//Ex:64
+clc;
+clear;
+close;
+u=39.8*10^13;
+r=42164*10^3;
+i=2*(3.14/180);//angle of inclination in degree
+a=(sqrt(u/r))*tan(i);//the magnitude of velocity impulse in m/s
+printf("The magnitude of velocity impulse=%d m/s",a);
\ No newline at end of file |