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.14/34_14.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 1427/CH34/EX34.14/34_14.sce (limited to '1427/CH34/EX34.14') diff --git a/1427/CH34/EX34.14/34_14.sce b/1427/CH34/EX34.14/34_14.sce new file mode 100644 index 000000000..d1577e171 --- /dev/null +++ b/1427/CH34/EX34.14/34_14.sce @@ -0,0 +1,11 @@ +//ques-34.14 +//Determining transmittance of a solution +clc +ratio1=100/80;//= Io/I1 +ratio2=100/60;//= Io/I2 +A1=log10(ratio1); +A2=log10(ratio2); +A=A1+A2; +//For, log10(tran) = A +tran=0.48; +printf("The percentage transmittance of the solution is %d.",tran*100); -- cgit