summaryrefslogtreecommitdiff
path: root/3281/CH5/EX5.12/ex5_12.sce
diff options
context:
space:
mode:
Diffstat (limited to '3281/CH5/EX5.12/ex5_12.sce')
-rwxr-xr-x3281/CH5/EX5.12/ex5_12.sce21
1 files changed, 21 insertions, 0 deletions
diff --git a/3281/CH5/EX5.12/ex5_12.sce b/3281/CH5/EX5.12/ex5_12.sce
new file mode 100755
index 000000000..747f022f9
--- /dev/null
+++ b/3281/CH5/EX5.12/ex5_12.sce
@@ -0,0 +1,21 @@
+//Page Number: 298
+//Example 5.12
+clc;
+//Given
+f=9D+9;//hz
+v0=361;//V
+i0=30D-3;//A
+l=0.1;//cm
+l1=l/100;//m
+x=2.408;
+j1x=0.582;
+ebym=1.759D+11;
+
+//Maximum power output
+n=1;
+pout=2*i0*v0*x*j1x/(2*%pi*(n+(3/4)));//W
+disp('W',pout,'Maximum power output:');
+
+//Operating repeller voltage
+vr=((6.744D-6*sqrt(v0)*l1*f)/(n+(3/4)))-v0;//v
+disp('V',vr,'Operating repeller voltage:');