summaryrefslogtreecommitdiff
path: root/3769/CH29/EX29.9/Ex29_9.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH29/EX29.9/Ex29_9.sce')
-rw-r--r--3769/CH29/EX29.9/Ex29_9.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH29/EX29.9/Ex29_9.sce b/3769/CH29/EX29.9/Ex29_9.sce
new file mode 100644
index 000000000..b9629795b
--- /dev/null
+++ b/3769/CH29/EX29.9/Ex29_9.sce
@@ -0,0 +1,11 @@
+clear
+//Given
+F=10**10 //Hz
+D=8*10**3 //Hz
+
+//Calculation
+B=2/100.0*10**10
+C=B/D
+
+//Result
+printf("\n No. of telephones channels are %0.3f 10**4",C*10**-4)