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 --- 3845/CH28/EX28.7/Ex28_7.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 3845/CH28/EX28.7/Ex28_7.sce (limited to '3845/CH28/EX28.7') diff --git a/3845/CH28/EX28.7/Ex28_7.sce b/3845/CH28/EX28.7/Ex28_7.sce new file mode 100644 index 000000000..165931313 --- /dev/null +++ b/3845/CH28/EX28.7/Ex28_7.sce @@ -0,0 +1,11 @@ +//Example 28.7 +V=12;//Voltage (V) +c=3*10^8;//Speed of light (m/s) +It=600;//Battery rating (A.h) +delta_m=(It*3600)*V/c^2;//Increase in rest mass, convert hours to seconds (kg) +printf('a.Increase in rest mass = %0.2e kg',delta_m) +m=20;//Mass of the battery (kg) +percent_increase=delta_m/m*100;//Percent increase in the mass of the battery +printf('\nb.Percent increase of the mass of the battery = %0.2e%%',percent_increase) +//Openstax - College Physics +//Download for free at http://cnx.org/content/col11406/latest -- cgit