diff options
Diffstat (limited to '3630/CH11/EX11.15/Ex11_15.sce')
-rw-r--r-- | 3630/CH11/EX11.15/Ex11_15.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3630/CH11/EX11.15/Ex11_15.sce b/3630/CH11/EX11.15/Ex11_15.sce new file mode 100644 index 000000000..0ba6b125b --- /dev/null +++ b/3630/CH11/EX11.15/Ex11_15.sce @@ -0,0 +1,7 @@ +clc;
+Vpp=12; //Volt
+RL=8; //Ohm
+Pd=Vpp^2/(40*RL); //Watt
+disp('mW',Pd*1000,"Pd=");//The answers vary due to round off error
+
+
|