diff options
Diffstat (limited to '3630/CH11/EX11.11')
-rw-r--r-- | 3630/CH11/EX11.11/Ex11_11.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3630/CH11/EX11.11/Ex11_11.sce b/3630/CH11/EX11.11/Ex11_11.sce new file mode 100644 index 000000000..f3e160687 --- /dev/null +++ b/3630/CH11/EX11.11/Ex11_11.sce @@ -0,0 +1,6 @@ +clc;
+PP=15; //Vpp(peak to peak voltage Volt)
+RL=10; //Ohm
+PLmax=PP^2/(8*RL); //Watt
+disp('W',PLmax,"PLmax=");//The answers vary due to round off error
+
|