From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 1439/CH23/EX23.2/23_2.sce | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 1439/CH23/EX23.2/23_2.sce (limited to '1439/CH23/EX23.2/23_2.sce') diff --git a/1439/CH23/EX23.2/23_2.sce b/1439/CH23/EX23.2/23_2.sce new file mode 100755 index 000000000..8c2483f07 --- /dev/null +++ b/1439/CH23/EX23.2/23_2.sce @@ -0,0 +1,16 @@ +clc +//initialisation of variables +h= 6.62*10^-27 //ergs/sec +c= 3*10^10 //cm/sec +wl= 4358 //A +I= 14000 //ergs sec^-1 +p= 80.1 //percent +t= 1105 //sec +n= 0.075 //millimole +//CALCULATIONS +E= h*c/(wl*10^-8) +q= I*p*t/(100*E) +M= 6*10^23*n*10^-3 +P= M/q +//RESULTS +printf ('quantum yield = %.1f ',P) -- cgit