summaryrefslogtreecommitdiff
path: root/752/CH20/EX20.4.3
diff options
context:
space:
mode:
Diffstat (limited to '752/CH20/EX20.4.3')
-rwxr-xr-x752/CH20/EX20.4.3/20_4_3.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/752/CH20/EX20.4.3/20_4_3.sce b/752/CH20/EX20.4.3/20_4_3.sce
new file mode 100755
index 000000000..dc6d89b95
--- /dev/null
+++ b/752/CH20/EX20.4.3/20_4_3.sce
@@ -0,0 +1,9 @@
+clc;
+//page no 774
+//prob no. 20.4.3
+//Refer example 20.4.1
+wav_0=0.8*10^-6;Dm=-0.15;wav_3=1.5;z=12.5;
+del_t=Dm*wav_3;
+//Determination of total material dispersion
+del_md=del_t*z;
+disp('ns',del_md,'The total material dispersion is'); \ No newline at end of file