diff options
Diffstat (limited to '1409/CH2/EX2.7')
-rw-r--r-- | 1409/CH2/EX2.7/2_7.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1409/CH2/EX2.7/2_7.sce b/1409/CH2/EX2.7/2_7.sce new file mode 100644 index 000000000..080e5a75e --- /dev/null +++ b/1409/CH2/EX2.7/2_7.sce @@ -0,0 +1,8 @@ +clc;
+//page no: 2.7
+//Example-2.7
+//Given that Itotal=1.15*Ic
+Itotal=1.15*Ic;
+u=sqrt(2*[(Itotal/Ic)^2-1]);
+disp(u,'Modulation index is ');
+
|