summaryrefslogtreecommitdiff
path: root/998/CH29/EX29.80/Ex80.sce
diff options
context:
space:
mode:
Diffstat (limited to '998/CH29/EX29.80/Ex80.sce')
-rwxr-xr-x998/CH29/EX29.80/Ex80.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/998/CH29/EX29.80/Ex80.sce b/998/CH29/EX29.80/Ex80.sce
new file mode 100755
index 000000000..fee937763
--- /dev/null
+++ b/998/CH29/EX29.80/Ex80.sce
@@ -0,0 +1,10 @@
+//Ex:80
+clc;
+clear;
+close;
+i=5.3;// in degree
+v_a=1.61;// in km/s
+v_c=3.07;// in km/s
+x=cos(i*3.14/180);
+dv=sqrt(v_a^2+v_c^2-2*v_a*v_c*x);
+printf("The incremental velocity=%f km/s",dv); \ No newline at end of file