diff options
Diffstat (limited to '3630/CH15/EX15.14')
-rw-r--r-- | 3630/CH15/EX15.14/Ex15_14.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3630/CH15/EX15.14/Ex15_14.sce b/3630/CH15/EX15.14/Ex15_14.sce new file mode 100644 index 000000000..1d171e309 --- /dev/null +++ b/3630/CH15/EX15.14/Ex15_14.sce @@ -0,0 +1,9 @@ +clc;
+AcL=151;
+av=1/AcL;
+AoL=180000;
+A=1+av*AoL;
+Zin=5000000;
+Zinf=Zin*A;
+disp('ohm',Zinf,"Zinf=");//The answers vary due to round off error
+
|