summaryrefslogtreecommitdiff
path: root/3630/CH8/EX8.6/Ex8_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '3630/CH8/EX8.6/Ex8_6.sce')
-rw-r--r--3630/CH8/EX8.6/Ex8_6.sce6
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
+