diff options
Diffstat (limited to '3523/CH3/EX3.7.11/Ex3_11.sce')
-rw-r--r-- | 3523/CH3/EX3.7.11/Ex3_11.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3523/CH3/EX3.7.11/Ex3_11.sce b/3523/CH3/EX3.7.11/Ex3_11.sce new file mode 100644 index 000000000..e8830f36a --- /dev/null +++ b/3523/CH3/EX3.7.11/Ex3_11.sce @@ -0,0 +1,10 @@ +//Example 11// Ch 3
+clc;
+clear;
+close;
+// given data
+I = 1;
+I0 = 6;
+x=20;//in cm
+u = -(1/x)*log(I/I0);
+printf("absorption coefficient %f cm^-1",u)
|