summaryrefslogtreecommitdiff
path: root/1427/CH34/EX34.6/34_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '1427/CH34/EX34.6/34_6.sce')
-rw-r--r--1427/CH34/EX34.6/34_6.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1427/CH34/EX34.6/34_6.sce b/1427/CH34/EX34.6/34_6.sce
new file mode 100644
index 000000000..21c711a24
--- /dev/null
+++ b/1427/CH34/EX34.6/34_6.sce
@@ -0,0 +1,8 @@
+//ques-34.6
+//Calculating quantum yield of a reaction
+clc
+n=0.002;//moles of X reacted
+t=20*60+4;//time (in s)
+N=2*10^6;//photons of radiation absorbed per second
+QY=(n*6.02*10^23)/(N*t);
+printf("The quantum yield required is %.0f*10^11.",QY*10^-11);