summaryrefslogtreecommitdiff
path: root/1994/CH1/EX1.7
diff options
context:
space:
mode:
Diffstat (limited to '1994/CH1/EX1.7')
-rwxr-xr-x1994/CH1/EX1.7/Example1_7.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/1994/CH1/EX1.7/Example1_7.sce b/1994/CH1/EX1.7/Example1_7.sce
new file mode 100755
index 000000000..b37ef1fc9
--- /dev/null
+++ b/1994/CH1/EX1.7/Example1_7.sce
@@ -0,0 +1,9 @@
+//Chapter-1,Example1_7,pg 1_38
+V1=1
+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)