summaryrefslogtreecommitdiff
path: root/1427/CH34/EX34.19/34_19.sce
diff options
context:
space:
mode:
Diffstat (limited to '1427/CH34/EX34.19/34_19.sce')
-rw-r--r--1427/CH34/EX34.19/34_19.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1427/CH34/EX34.19/34_19.sce b/1427/CH34/EX34.19/34_19.sce
new file mode 100644
index 000000000..f32e2de3c
--- /dev/null
+++ b/1427/CH34/EX34.19/34_19.sce
@@ -0,0 +1,10 @@
+//ques-34.19
+//Calculating energy of light required to decompose 1g of ammonia
+clc
+w=200;//wavelength (in nm)
+QE=0.14;//quantum efficiency (in molecule/photon)
+m=1;//mass of ammonia given
+n=m/17;//moles of ammonia given
+q=(n/QE)*(2.859/w)*10^7;
+q1=q*4.184;
+printf("The energy of light required is %d cal or %d J.",q,q1);