diff options
Diffstat (limited to '3630/CH2/EX2.16/Ex2_16.sce')
-rw-r--r-- | 3630/CH2/EX2.16/Ex2_16.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3630/CH2/EX2.16/Ex2_16.sce b/3630/CH2/EX2.16/Ex2_16.sce new file mode 100644 index 000000000..988f71c4e --- /dev/null +++ b/3630/CH2/EX2.16/Ex2_16.sce @@ -0,0 +1,6 @@ +clc;
+//ex2.16
+Vz=20; //volt
+Izm=0.15; //Ampere
+Pdmax=Vz*Izm; //Watt//p=v*i
+disp('W',Pdmax,"Pdmax=");
|