diff options
Diffstat (limited to '1376/CH16/EX16.3/16_3.sci')
-rwxr-xr-x | 1376/CH16/EX16.3/16_3.sci | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1376/CH16/EX16.3/16_3.sci b/1376/CH16/EX16.3/16_3.sci new file mode 100755 index 000000000..1f584d761 --- /dev/null +++ b/1376/CH16/EX16.3/16_3.sci @@ -0,0 +1,9 @@ +//16.3
+clc;
+pf=(1.8*1000)/(1100*(3^0.5));
+Z=1100/100;
+R=Z*pf;
+printf("\nResistance of the load=%.2f ohm",R)
+Xl=(121-108)^0.5;
+L=Xl/314;
+printf("\nInductive reactance of the load=%.2f H",L)
\ No newline at end of file |