summaryrefslogtreecommitdiff
path: root/1823/CH6/EX6.18
diff options
context:
space:
mode:
Diffstat (limited to '1823/CH6/EX6.18')
-rwxr-xr-x1823/CH6/EX6.18/SolEx6_18.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/1823/CH6/EX6.18/SolEx6_18.sce b/1823/CH6/EX6.18/SolEx6_18.sce
new file mode 100755
index 000000000..31917ce0c
--- /dev/null
+++ b/1823/CH6/EX6.18/SolEx6_18.sce
@@ -0,0 +1,14 @@
+
+//Example 6.18 page no 185
+clear
+clc
+Rs=5 //kΩ
+Rf=100 //kΩ
+hie=1.1
+Rc=10 //kΩ
+Rl=10 //kΩ
+hfe=50
+d=((1/Rs)+(1/Rf)+(1/hie))*((1/Rf)+((Rc+Rl)/(Rc*Rl)))+((1/Rf)*((hfe/hie)-(1/Rf)))
+printf("\n The value of d=%0.3f " ,d)
+
+