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