summaryrefslogtreecommitdiff
path: root/1301/CH16/EX16.12/ex16_12.sce
diff options
context:
space:
mode:
Diffstat (limited to '1301/CH16/EX16.12/ex16_12.sce')
-rwxr-xr-x1301/CH16/EX16.12/ex16_12.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/1301/CH16/EX16.12/ex16_12.sce b/1301/CH16/EX16.12/ex16_12.sce
new file mode 100755
index 000000000..b22cdabc2
--- /dev/null
+++ b/1301/CH16/EX16.12/ex16_12.sce
@@ -0,0 +1,5 @@
+clc;
+l=3.2*10^-2; //lambda in m
+v=3*10^8; //velocity in m/sec
+f=v/l; //calculating frequency
+disp(f,"Frequency in Hz = "); //diplaying result \ No newline at end of file