diff options
Diffstat (limited to '3630/CH11/EX11.14/Ex11_14.sce')
-rw-r--r-- | 3630/CH11/EX11.14/Ex11_14.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3630/CH11/EX11.14/Ex11_14.sce b/3630/CH11/EX11.14/Ex11_14.sce new file mode 100644 index 000000000..6582888ef --- /dev/null +++ b/3630/CH11/EX11.14/Ex11_14.sce @@ -0,0 +1,6 @@ +clc;
+Icq=0.001; //Ampere
+Vceq=5.3; //Volt
+Pd=Icq*Vceq; //Watt
+disp('mW',Pd*1000,"Pd=");//The answers vary due to round off error
+
|