From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 2045/CH13/EX13.1/Ex13_1.pdf | Bin 0 -> 10391 bytes 2045/CH13/EX13.1/Ex13_1.sce | 11 +++++++++++ 2 files changed, 11 insertions(+) create mode 100755 2045/CH13/EX13.1/Ex13_1.pdf create mode 100755 2045/CH13/EX13.1/Ex13_1.sce (limited to '2045/CH13/EX13.1') diff --git a/2045/CH13/EX13.1/Ex13_1.pdf b/2045/CH13/EX13.1/Ex13_1.pdf new file mode 100755 index 000000000..0954d9de4 Binary files /dev/null and b/2045/CH13/EX13.1/Ex13_1.pdf differ 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"); + -- cgit