diff options
Diffstat (limited to '671/CH4/EX4.49/4_49.sce')
-rwxr-xr-x | 671/CH4/EX4.49/4_49.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/671/CH4/EX4.49/4_49.sce b/671/CH4/EX4.49/4_49.sce new file mode 100755 index 000000000..a636875ef --- /dev/null +++ b/671/CH4/EX4.49/4_49.sce @@ -0,0 +1,12 @@ +function Zeq=parallel(Z1,Z2)
+ Zeq=Z1*Z2/(Z1+Z2)
+endfunction
+
+////////////short AB
+Vab=0
+Isc=50/4
+
+////////////for Zn
+Zn=parallel(4,8*%i)
+
+disp(Isc,Zn)
\ No newline at end of file |