summaryrefslogtreecommitdiff
path: root/3769/CH22/EX22.17/Ex22_17.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH22/EX22.17/Ex22_17.sce')
-rw-r--r--3769/CH22/EX22.17/Ex22_17.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH22/EX22.17/Ex22_17.sce b/3769/CH22/EX22.17/Ex22_17.sce
new file mode 100644
index 000000000..85fd41dd5
--- /dev/null
+++ b/3769/CH22/EX22.17/Ex22_17.sce
@@ -0,0 +1,11 @@
+clear
+//Given
+l1=15*10**-10 //m
+l=6563*10**-10
+c=3*10**8 //m/s
+
+//Calculation
+v=(c*l1)/l
+
+//Result
+printf("\n Speed of star is %0.2f *10**5 m/s",v*10**-5)