summaryrefslogtreecommitdiff
path: root/1427/CH34/EX34.5/34_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '1427/CH34/EX34.5/34_5.sce')
-rw-r--r--1427/CH34/EX34.5/34_5.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/1427/CH34/EX34.5/34_5.sce b/1427/CH34/EX34.5/34_5.sce
new file mode 100644
index 000000000..feea01979
--- /dev/null
+++ b/1427/CH34/EX34.5/34_5.sce
@@ -0,0 +1,7 @@
+//ques-34.5
+//Calculating energy associated with one photon and one einstein
+clc
+w=530;//wavelength (in nm)
+E1=(6.625*10^-34*3*10^8)/(530*10^-9);//energy of photon
+E2=6.023*10^23*E1;//energy of einstein
+printf("The energy of one photon is %.2f*10^-19 J and energy of one einstein is %.0f kJ.",E1*10^19,E2/1000);