summaryrefslogtreecommitdiff
path: root/3769/CH24/EX24.18/Ex24_18.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH24/EX24.18/Ex24_18.sce')
-rw-r--r--3769/CH24/EX24.18/Ex24_18.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH24/EX24.18/Ex24_18.sce b/3769/CH24/EX24.18/Ex24_18.sce
new file mode 100644
index 000000000..0e87045b6
--- /dev/null
+++ b/3769/CH24/EX24.18/Ex24_18.sce
@@ -0,0 +1,11 @@
+clear
+//Given
+v=2.2*10**6
+r=5.3*10**-11
+
+//Calculation
+//
+f=v/(2*%pi*r)
+
+//Result
+printf("\n Initial frequency of light is %0.1f *10**15 Hz",f*10**-15)