diff options
Diffstat (limited to '3630/CH8/EX8.6/Ex8_6.sce')
-rw-r--r-- | 3630/CH8/EX8.6/Ex8_6.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3630/CH8/EX8.6/Ex8_6.sce b/3630/CH8/EX8.6/Ex8_6.sce new file mode 100644 index 000000000..c3dcc44bc --- /dev/null +++ b/3630/CH8/EX8.6/Ex8_6.sce @@ -0,0 +1,6 @@ +clc;
+PL=0.24; //watt
+Pdc=1.2; //watt
+efficiency=(PL/Pdc)*100;
+disp('%',efficiency,"efficiency=");//The answers vary due to round off error
+
|