summaryrefslogtreecommitdiff
path: root/1427/CH34/EX34.11
diff options
context:
space:
mode:
Diffstat (limited to '1427/CH34/EX34.11')
-rw-r--r--1427/CH34/EX34.11/34_11.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/1427/CH34/EX34.11/34_11.sce b/1427/CH34/EX34.11/34_11.sce
new file mode 100644
index 000000000..47a9d29ef
--- /dev/null
+++ b/1427/CH34/EX34.11/34_11.sce
@@ -0,0 +1,6 @@
+//ques-34.11
+//Calculating optical density of incident light
+clc
+ratio=100/10;//= Io/I
+A=log10(ratio);
+printf("The optical density of incident light is %d.",A);