summaryrefslogtreecommitdiff
path: root/3630/CH12/EX12.17/Ex12_17.sce
diff options
context:
space:
mode:
Diffstat (limited to '3630/CH12/EX12.17/Ex12_17.sce')
-rw-r--r--3630/CH12/EX12.17/Ex12_17.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/3630/CH12/EX12.17/Ex12_17.sce b/3630/CH12/EX12.17/Ex12_17.sce
new file mode 100644
index 000000000..70782f8db
--- /dev/null
+++ b/3630/CH12/EX12.17/Ex12_17.sce
@@ -0,0 +1,6 @@
+clc;
+yos=0.00005;
+rd=1/yos; //minimum value
+Rd=1000;
+Zout=(Rd*rd)/(Rd+rd);
+disp('Ohm',Zout,"Zout=")//The answers vary due to round off error