From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 1427/CH34/EX34.21/34_21.sce | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 1427/CH34/EX34.21/34_21.sce (limited to '1427/CH34/EX34.21/34_21.sce') diff --git a/1427/CH34/EX34.21/34_21.sce b/1427/CH34/EX34.21/34_21.sce new file mode 100644 index 000000000..dd4aa4be1 --- /dev/null +++ b/1427/CH34/EX34.21/34_21.sce @@ -0,0 +1,8 @@ +//ques-34.21 +//Calculating calories of sunlight required to synthesise 1kg of carbohydrate +clc +QY=1/20;//molecules/photon +n=1000/30;//moles of carbohydrate +w=600;//wavelength (in nm) +q=(n*2.859*10^7)/(QY*w); +printf("The calories of sunlight required are %d.",q); -- cgit