diff options
Diffstat (limited to '1760/CH4/EX4.56/EX4_56.sce')
-rwxr-xr-x | 1760/CH4/EX4.56/EX4_56.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/1760/CH4/EX4.56/EX4_56.sce b/1760/CH4/EX4.56/EX4_56.sce new file mode 100755 index 000000000..a957b17eb --- /dev/null +++ b/1760/CH4/EX4.56/EX4_56.sce @@ -0,0 +1,5 @@ + //EXAMPLE 4-56 PG NO-265
+I1=5.92-%i*4.833;
+V=12+%i*0;
+Z=V/I1;
+disp('i) Input Impedance (Z) is = '+string (Z) +' ohm ');
|