diff options
Diffstat (limited to '2471/CH8/EX8.8/Ex8_8.sce')
-rwxr-xr-x | 2471/CH8/EX8.8/Ex8_8.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/2471/CH8/EX8.8/Ex8_8.sce b/2471/CH8/EX8.8/Ex8_8.sce new file mode 100755 index 000000000..0e9b8ddd9 --- /dev/null +++ b/2471/CH8/EX8.8/Ex8_8.sce @@ -0,0 +1,10 @@ +clear ;
+clc;
+// Example 8.8
+printf('Example 8.8\n\n');
+printf('Page No. 236\n\n');
+
+// This question doesnot contain any calculation part.
+
+//By refering figure 8.7 which shows Poer factor-load curve for a motor with a capacitor and one without a capacitor.
+printf('there is no computational part in the problem')
|