diff options
Diffstat (limited to '1938/CH2/EX2.21/2_21.sce')
-rwxr-xr-x | 1938/CH2/EX2.21/2_21.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/1938/CH2/EX2.21/2_21.sce b/1938/CH2/EX2.21/2_21.sce new file mode 100755 index 000000000..6b09b4821 --- /dev/null +++ b/1938/CH2/EX2.21/2_21.sce @@ -0,0 +1,12 @@ +clc,clear
+printf('Example 2.21\n\n')
+
+// K_1= E_b/N = (phi*P*Z)/(60*A)
+
+//P_m = T * omega
+//E_b*I_a = T *(2*%pi*N/60)
+//T= I_a (E_b*60 / 2*%pi*N )
+//Use E_b= phi*P*N*Z/(2*%pi*A)
+//T / I_a = phi*P*Z / (2*%pi*A) =K_dasah
+
+printf('The constant of proportionality in both the cases is K=K_dash = phi*P*Z /(2*3.142*A)')
|