diff options
Diffstat (limited to '752/CH20/EX20.2.2/20_2_2.sce')
-rwxr-xr-x | 752/CH20/EX20.2.2/20_2_2.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/752/CH20/EX20.2.2/20_2_2.sce b/752/CH20/EX20.2.2/20_2_2.sce new file mode 100755 index 000000000..73015d6f1 --- /dev/null +++ b/752/CH20/EX20.2.2/20_2_2.sce @@ -0,0 +1,11 @@ +clc;
+//page no 761
+//prob no. 20.2.2
+//refer example 20.2.1
+d=50*10^-6;wav=0.8*10^-6;NA=0.352;
+//Determination of V number
+V=(%pi)*d*NA/wav
+disp(V,'the V no. is');
+//Determination of approximate number of modes
+N=(V^2)/2;
+disp(N,'the approximate no. of modes are ');
|