summaryrefslogtreecommitdiff
path: root/1994/CH1/EX1.6/Example1_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '1994/CH1/EX1.6/Example1_6.sce')
-rwxr-xr-x1994/CH1/EX1.6/Example1_6.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/1994/CH1/EX1.6/Example1_6.sce b/1994/CH1/EX1.6/Example1_6.sce
new file mode 100755
index 000000000..686237aeb
--- /dev/null
+++ b/1994/CH1/EX1.6/Example1_6.sce
@@ -0,0 +1,9 @@
+//Chapter-1,Example1_6,pg 1_38
+V1=2
+Rm=50
+Rd=15*10^3
+gm=0.006
+rd=100*10^3
+Im=(gm*rd*Rd/(rd+Rd)*V1)/((2*(rd*Rd/(rd+Rd))+Rm))
+printf("meter current")
+printf("Im=%.4f A",Im)