diff options
Diffstat (limited to '3630/CH11/EX11.6/Ex11_6.sce')
-rw-r--r-- | 3630/CH11/EX11.6/Ex11_6.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3630/CH11/EX11.6/Ex11_6.sce b/3630/CH11/EX11.6/Ex11_6.sce new file mode 100644 index 000000000..591ce7a5e --- /dev/null +++ b/3630/CH11/EX11.6/Ex11_6.sce @@ -0,0 +1,8 @@ +clc;
+PP=5.29; //Vpp(Volt peak to peak))
+RL=75; //Ohm
+PL=PP^2/(8*RL);//Watt
+Ps=1.6; //Watt
+N=(PL/Ps)*100;
+disp('%',N,"N=");//The answers vary due to round off error
+
|