diff options
Diffstat (limited to '761/CH25/EX25.2/25_2.sce')
-rwxr-xr-x | 761/CH25/EX25.2/25_2.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/761/CH25/EX25.2/25_2.sce b/761/CH25/EX25.2/25_2.sce new file mode 100755 index 000000000..cc9aec3fb --- /dev/null +++ b/761/CH25/EX25.2/25_2.sce @@ -0,0 +1,8 @@ +clc;
+// page no 921
+// prob no 25_2
+L=45;//in km
+dt=100;//in ns
+//The maximum permissible value for the pulse-spreading constant is
+D=dt/L;
+disp('ns/km',D,'The maximum permissible value for the pulse-spreading constant is');
\ No newline at end of file |