summaryrefslogtreecommitdiff
path: root/1427/CH19/EX19.8/19_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '1427/CH19/EX19.8/19_8.sce')
-rw-r--r--1427/CH19/EX19.8/19_8.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/1427/CH19/EX19.8/19_8.sce b/1427/CH19/EX19.8/19_8.sce
new file mode 100644
index 000000000..85a8b3610
--- /dev/null
+++ b/1427/CH19/EX19.8/19_8.sce
@@ -0,0 +1,7 @@
+//ques-19.8
+//Calculating frequency of a particle wave
+clc
+KE=5.85*10^-25;//kinetic energy (in J)
+h=6.6*10^-34;//(in Js)
+f=(2*KE)/h;
+printf("The frequency of the particle wave is %d Hz.",f);