diff options
Diffstat (limited to '3507/CH19/EX19.1/Ex19_1.sce')
-rw-r--r-- | 3507/CH19/EX19.1/Ex19_1.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3507/CH19/EX19.1/Ex19_1.sce b/3507/CH19/EX19.1/Ex19_1.sce new file mode 100644 index 000000000..592a83af6 --- /dev/null +++ b/3507/CH19/EX19.1/Ex19_1.sce @@ -0,0 +1,11 @@ +//chapter19
+//example19.1
+//page416
+
+// the figure in book is for reference only as equations for Ec and Es are already explained in the theory in the book.
+
+printf("Ec=(Vmax+Vmin)/2 \n")
+printf("Es=(Vmax-Vmin)/2 \n")
+printf("But, Es=m*Ec \n")
+printf("So (Vmax-Vmin)/2 = m*(Vmax+Vmin)/2 \n")
+printf("thus, m = (Vmax-Vmin)/(Vmax+Vmin) \n")
|