summaryrefslogtreecommitdiff
path: root/3630/CH8/EX8.6/Ex8_6.sce
blob: c3dcc44bc831ad253f2f30ebfb0a3e8dd904a43c (plain)
1
2
3
4
5
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