summaryrefslogtreecommitdiff
path: root/2459/CH9/EX9.6/Ex9_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '2459/CH9/EX9.6/Ex9_6.sce')
-rw-r--r--2459/CH9/EX9.6/Ex9_6.sce11
1 files changed, 11 insertions, 0 deletions
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)