diff options
Diffstat (limited to '2459/CH9/EX9.6')
-rw-r--r-- | 2459/CH9/EX9.6/Ex9_6.PNG | bin | 0 -> 4896 bytes | |||
-rw-r--r-- | 2459/CH9/EX9.6/Ex9_6.sce | 11 | ||||
-rw-r--r-- | 2459/CH9/EX9.6/Figure9_6.JPG | bin | 0 -> 27030 bytes |
3 files changed, 11 insertions, 0 deletions
diff --git a/2459/CH9/EX9.6/Ex9_6.PNG b/2459/CH9/EX9.6/Ex9_6.PNG Binary files differnew file mode 100644 index 000000000..0e8420c09 --- /dev/null +++ b/2459/CH9/EX9.6/Ex9_6.PNG diff --git a/2459/CH9/EX9.6/Ex9_6.sce b/2459/CH9/EX9.6/Ex9_6.sce new file mode 100644 index 000000000..2a6c9bc34 --- /dev/null +++ b/2459/CH9/EX9.6/Ex9_6.sce @@ -0,0 +1,11 @@ +//chapter9
+//example9.6
+//page147
+
+V=20 // V
+V_D_Ge=0.3 // V
+
+// when voltage is applied, Ge diode turns on first and 0.3 V is maintained across circuit so Si diode never turns on. So
+V_A=V-V_D_Ge
+
+printf("voltage V_A at point A = %.3f V \n",V_A)
diff --git a/2459/CH9/EX9.6/Figure9_6.JPG b/2459/CH9/EX9.6/Figure9_6.JPG Binary files differnew file mode 100644 index 000000000..f58eb84b6 --- /dev/null +++ b/2459/CH9/EX9.6/Figure9_6.JPG |