summaryrefslogtreecommitdiff
path: root/3507/CH11/EX11.18/Ex11_18.sce
diff options
context:
space:
mode:
Diffstat (limited to '3507/CH11/EX11.18/Ex11_18.sce')
-rw-r--r--3507/CH11/EX11.18/Ex11_18.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3507/CH11/EX11.18/Ex11_18.sce b/3507/CH11/EX11.18/Ex11_18.sce
new file mode 100644
index 000000000..f6dbe648a
--- /dev/null
+++ b/3507/CH11/EX11.18/Ex11_18.sce
@@ -0,0 +1,15 @@
+//chapter11
+//example11.18
+//page222
+
+Vce2=10 // V
+Vce1=2 // V
+Ic1=2 // mA
+Ic2=3 // mA
+
+del_Vce=Vce2-Vce1 // V
+del_Ic=Ic2-Ic1 // mA
+
+Ro=del_Vce/del_Ic
+
+printf("output resistance = %.3f kilo ohm \n",Ro)