diff options
Diffstat (limited to '3630/CH2/EX2.13/Ex2_13.sce')
-rw-r--r-- | 3630/CH2/EX2.13/Ex2_13.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3630/CH2/EX2.13/Ex2_13.sce b/3630/CH2/EX2.13/Ex2_13.sce new file mode 100644 index 000000000..ebe2d8ba1 --- /dev/null +++ b/3630/CH2/EX2.13/Ex2_13.sce @@ -0,0 +1,5 @@ +clc;
+Pdmax=0.5; //watt
+Vz=6.8; //volt
+Izm=Pdmax/Vz; //Ampere//Power(P)=V*I
+disp('mA',Izm*1000,"Izm="); //The answers vary due to round off error
|