summaryrefslogtreecommitdiff
path: root/1376/CH16/EX16.3/16_3.sci
diff options
context:
space:
mode:
Diffstat (limited to '1376/CH16/EX16.3/16_3.sci')
-rwxr-xr-x1376/CH16/EX16.3/16_3.sci9
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