summaryrefslogtreecommitdiff
path: root/3651/CH8/EX8.7/7.sce
diff options
context:
space:
mode:
Diffstat (limited to '3651/CH8/EX8.7/7.sce')
-rw-r--r--3651/CH8/EX8.7/7.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3651/CH8/EX8.7/7.sce b/3651/CH8/EX8.7/7.sce
new file mode 100644
index 000000000..95a03ccf3
--- /dev/null
+++ b/3651/CH8/EX8.7/7.sce
@@ -0,0 +1,11 @@
+//variable declaration
+a=5;
+n1=1.48;
+delta=0.01;
+V=25;
+
+//Calculation
+lamda=(%pi*(a*10**-6)*n1*sqrt(2*delta))/V // Cutoff Wavelength
+
+//Result
+printf('Cutoff Wavellength =%0.3f micro m. \n',(lamda*10**7))