diff options
Diffstat (limited to '3630/CH11/EX11.12/Ex11_12.sce')
-rw-r--r-- | 3630/CH11/EX11.12/Ex11_12.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3630/CH11/EX11.12/Ex11_12.sce b/3630/CH11/EX11.12/Ex11_12.sce new file mode 100644 index 000000000..10b51551f --- /dev/null +++ b/3630/CH11/EX11.12/Ex11_12.sce @@ -0,0 +1,6 @@ +clc;
+PL=2.81; //Watt
+Ps=3.69; //Watt
+N=(PL/Ps)*100;
+disp('%',N,"N=");//The answers vary due to round off error
+
|