summaryrefslogtreecommitdiff
path: root/2459/CH19/EX19.3/Ex19_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '2459/CH19/EX19.3/Ex19_3.sce')
-rw-r--r--2459/CH19/EX19.3/Ex19_3.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2459/CH19/EX19.3/Ex19_3.sce b/2459/CH19/EX19.3/Ex19_3.sce
new file mode 100644
index 000000000..e055486c8
--- /dev/null
+++ b/2459/CH19/EX19.3/Ex19_3.sce
@@ -0,0 +1,10 @@
+//chapter19
+//example19.3
+//page417
+
+Es=50 // V
+Ec=100 // V
+
+m=Es/Ec
+
+printf("modulation factor = %.3f \n",m)