summaryrefslogtreecommitdiff
path: root/3769/CH24/EX24.16/Ex24_16.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH24/EX24.16/Ex24_16.sce')
-rw-r--r--3769/CH24/EX24.16/Ex24_16.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH24/EX24.16/Ex24_16.sce b/3769/CH24/EX24.16/Ex24_16.sce
new file mode 100644
index 000000000..e7517bdac
--- /dev/null
+++ b/3769/CH24/EX24.16/Ex24_16.sce
@@ -0,0 +1,12 @@
+clear
+//Given
+r=10**-10
+R=10**-15
+Rs=7*10**8
+
+//Calculation
+R1=r/R
+Re=R1*Rs
+
+//Result
+printf("\n Radius of the earths orbit is %0.3f m. Thus the earth would be much farther away from the sun",Re)