From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3669/CH7/EX7.8/8.sce | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 3669/CH7/EX7.8/8.sce (limited to '3669/CH7/EX7.8/8.sce') diff --git a/3669/CH7/EX7.8/8.sce b/3669/CH7/EX7.8/8.sce new file mode 100644 index 000000000..123c657ae --- /dev/null +++ b/3669/CH7/EX7.8/8.sce @@ -0,0 +1,12 @@ + +//Variable declaration +r=5.29*10**-11; //radius(m) +B=2; //flux density(Wb/m**2) +e=1.6*10**-19; +m=9.1*10**-31; //mass(kg) + +//Calculation +d_mew=e**2*r**2*B/(4*m); //change in magnetic moment(A m**2) + +//Result +printf('change in magnetic moment is %0.3f *10**-29 Am**2 \n',(d_mew*10**29)) \ No newline at end of file -- cgit