summaryrefslogtreecommitdiff
path: root/1301/CH16/EX16.13
diff options
context:
space:
mode:
Diffstat (limited to '1301/CH16/EX16.13')
-rwxr-xr-x1301/CH16/EX16.13/ex16_13.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/1301/CH16/EX16.13/ex16_13.sce b/1301/CH16/EX16.13/ex16_13.sce
new file mode 100755
index 000000000..4e87b987a
--- /dev/null
+++ b/1301/CH16/EX16.13/ex16_13.sce
@@ -0,0 +1,5 @@
+clc;
+c=3*10^8; //velocity in m/sec
+n=2.42; //refractive index
+v=c/n; //calculating velocity
+disp(v,"Velocity in m/sec = "); //diplaying result \ No newline at end of file