summaryrefslogtreecommitdiff
path: root/10/CH3/EX3/cha3_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '10/CH3/EX3/cha3_3.sce')
-rwxr-xr-x10/CH3/EX3/cha3_3.sce25
1 files changed, 25 insertions, 0 deletions
diff --git a/10/CH3/EX3/cha3_3.sce b/10/CH3/EX3/cha3_3.sce
new file mode 100755
index 000000000..938194fb7
--- /dev/null
+++ b/10/CH3/EX3/cha3_3.sce
@@ -0,0 +1,25 @@
+A=4*%pi*10^-7;N=300;V=120;
+R=6;G=5*10^-3;Ag=6*6*10^-4;
+Lg=2*5*10^-3;
+Vo=2*6*6*5*10^-7;
+
+I=V/R
+
+Bg=(A*N*I)/(2*G)
+
+Wf=(Bg^2)/(2*A)*(Vo)
+
+Fm=(Bg^2)/(2*A)*(2*Ag)
+
+L=(N^2*A*Ag)/(Lg)
+
+Irms=V/(sqrt(6^2+15.34^2))
+
+Brms=(A*N*Irms)/(2*G)
+
+Fm=(Brms^2)/(2*A)*(2*Ag)
+
+
+
+
+