summaryrefslogtreecommitdiff
path: root/3673/CH8/EX8.9/Ex8_9.sce
diff options
context:
space:
mode:
Diffstat (limited to '3673/CH8/EX8.9/Ex8_9.sce')
-rw-r--r--3673/CH8/EX8.9/Ex8_9.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/3673/CH8/EX8.9/Ex8_9.sce b/3673/CH8/EX8.9/Ex8_9.sce
new file mode 100644
index 000000000..6e394be01
--- /dev/null
+++ b/3673/CH8/EX8.9/Ex8_9.sce
@@ -0,0 +1,13 @@
+//Example 8_9 page no:319
+clc;
+R=50;
+Xl=25;
+V=200;
+f=50;
+Imax=V/Xl;
+Imin=V/(sqrt(R^2+Xl^2));
+Pmax=V^2/(2*Xl);
+disp(Imax,"the maximum value of current is (in A)");
+disp(Imin,"the minimum value of current is (in A)");
+disp(Pmax,"the maximum power is (in watts)");
+//In text book calculation in Imin is wrong