summaryrefslogtreecommitdiff
path: root/1994/CH1/EX1.10/Example1_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '1994/CH1/EX1.10/Example1_10.sce')
-rwxr-xr-x1994/CH1/EX1.10/Example1_10.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/1994/CH1/EX1.10/Example1_10.sce b/1994/CH1/EX1.10/Example1_10.sce
new file mode 100755
index 000000000..e318b645f
--- /dev/null
+++ b/1994/CH1/EX1.10/Example1_10.sce
@@ -0,0 +1,13 @@
+//Chapter-1,Example1_10,pg 1_41
+rd=200*10^3
+gm=0.004
+Rs=40*10^3
+Rm=1000
+V1=1
+rdf=rd/(1+gm*rd)//actual rd
+Rth=(2*Rs*rdf/(Rs+rdf))
+Vo=(gm*rdf*Rs)*V1/(rdf+Rs)
+Im=50*10^-6
+Rcal=(Vo/Im)-Rth-Rm//caliberation resistance
+printf("caliberation resistance\n")
+printf("Rcal=%.2f ohm",Rcal)