diff options
Diffstat (limited to '2045/CH13/EX13.1/Ex13_1.sce')
-rwxr-xr-x | 2045/CH13/EX13.1/Ex13_1.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/2045/CH13/EX13.1/Ex13_1.sce b/2045/CH13/EX13.1/Ex13_1.sce new file mode 100755 index 000000000..09628761a --- /dev/null +++ b/2045/CH13/EX13.1/Ex13_1.sce @@ -0,0 +1,11 @@ +//pagenumber 578 example 1
+clear
+quanti=3*10^17;
+voltag=10*10^3;//volt
+distan=40*10^-3;//metre per minute
+w=quanti*1.6*10^-19*voltag
+w=w/60;//per second
+
+
+disp("power to electrons = "+string((w))+"watts");
+
|