summaryrefslogtreecommitdiff
path: root/3769/CH22/EX22.18/Ex22_18.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH22/EX22.18/Ex22_18.sce')
-rw-r--r--3769/CH22/EX22.18/Ex22_18.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH22/EX22.18/Ex22_18.sce b/3769/CH22/EX22.18/Ex22_18.sce
new file mode 100644
index 000000000..29188176d
--- /dev/null
+++ b/3769/CH22/EX22.18/Ex22_18.sce
@@ -0,0 +1,11 @@
+clear
+//Given
+l1=0.032
+l=100.0
+c=3*10**8
+
+//Calculation
+v=-(l1*c)/l
+
+//Result
+printf("\n Velocity of star is %0.3f *10**4 m/s",v*10**-4)