diff options
Diffstat (limited to '3845/CH1/EX1.2')
-rw-r--r-- | 3845/CH1/EX1.2/Ex1_2.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3845/CH1/EX1.2/Ex1_2.sce b/3845/CH1/EX1.2/Ex1_2.sce new file mode 100644 index 000000000..f3bbaffe3 --- /dev/null +++ b/3845/CH1/EX1.2/Ex1_2.sce @@ -0,0 +1,7 @@ +//Example 1.2
+A=5;//Expected value of bag's weight (lb)
+delta_A=0.4;//Uncertainty in A (lb)
+percent_unc=delta_A/A*100;//Percent uncertainty of the weight
+printf('Percent uncertainty of the weight = %0.1f%%',percent_unc)
+//Openstax - College Physics
+//Download for free at http://cnx.org/content/col11406/latest
|