summaryrefslogtreecommitdiff
path: root/3020/CH9/EX9.1/ex9_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3020/CH9/EX9.1/ex9_1.sce')
-rwxr-xr-x3020/CH9/EX9.1/ex9_1.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/3020/CH9/EX9.1/ex9_1.sce b/3020/CH9/EX9.1/ex9_1.sce
new file mode 100755
index 000000000..ebfc47ad6
--- /dev/null
+++ b/3020/CH9/EX9.1/ex9_1.sce
@@ -0,0 +1,6 @@
+clc;
+clear all;
+deltas = 10e8; // Difference between principal stress in newton per square meters
+c = 1e-12; // The stress optic coefficient in squared meters per newton
+N = c*deltas;
+disp('',N,'The difference between the refractive indices along with the principal stresses is')