diff options
Diffstat (limited to '3630/CH11/EX11.3/Ex11_3.sce')
-rw-r--r-- | 3630/CH11/EX11.3/Ex11_3.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3630/CH11/EX11.3/Ex11_3.sce b/3630/CH11/EX11.3/Ex11_3.sce new file mode 100644 index 000000000..29dabc71d --- /dev/null +++ b/3630/CH11/EX11.3/Ex11_3.sce @@ -0,0 +1,5 @@ +clc;
+VL=10.6; //volt
+RL=20; //Ohm
+PL=VL^2/RL; //Watt
+disp('W',PL,"PL=");//The answers vary due to round off error
|