diff options
Diffstat (limited to '2459/CH19/EX19.1')
-rw-r--r-- | 2459/CH19/EX19.1/Ex19_1.PNG | bin | 0 -> 9608 bytes | |||
-rw-r--r-- | 2459/CH19/EX19.1/Ex19_1.sce | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/2459/CH19/EX19.1/Ex19_1.PNG b/2459/CH19/EX19.1/Ex19_1.PNG Binary files differnew file mode 100644 index 000000000..3295a46d4 --- /dev/null +++ b/2459/CH19/EX19.1/Ex19_1.PNG diff --git a/2459/CH19/EX19.1/Ex19_1.sce b/2459/CH19/EX19.1/Ex19_1.sce new file mode 100644 index 000000000..592a83af6 --- /dev/null +++ b/2459/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")
|