Skip to content

Commit 2d5318c

Browse files
authored
Merge pull request #25 from boasbakker/main
Change 10^3 -> 10^4 and fix typo
2 parents 1c8a57c + 6c75089 commit 2d5318c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

book/Course files/Notebook 6/Notebook 6 Measurement uncertainty.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@
466466
" ></iframe>\n",
467467
" </div>\n",
468468
"</div>\n",
469-
"\\\n",
469+
"\n",
470470
"\n",
471471
"As indicated, there is variation in repeated measurements. We can view the physical measurement $M$ as the sum of the physical value $G$ and noise $s$:\n",
472472
"\n",
@@ -864,7 +864,7 @@
864864
"(MO:std:labels)=\n",
865865
"### Measurement uncertainty and significant figures\n",
866866
"\n",
867-
"An important rule regarding significant figures is that you must first determine the number of decimal places in your uncertainty. If you have fewer than $10^3$ measurement points, the uncertainty should be expressed with one significant digit. The significance of your result is then adjusted so that its last digit corresponds to the digit of the uncertainty. You can use powers of 10 or prefixes to clearly represent the number, see table below.\n",
867+
"An important rule regarding significant figures is that you must first determine the number of decimal places in your uncertainty. If you have fewer than $10^4$ measurement points, the uncertainty should be expressed with one significant digit. The significance of your result is then adjusted so that its last digit corresponds to the digit of the uncertainty. You can use powers of 10 or prefixes to clearly represent the number, see table below.\n",
868868
"\n",
869869
"<!-- {#tab:powersof10}. -->\n",
870870
"\n",
@@ -896,7 +896,7 @@
896896
"First, we determine the mean value $\\mu_U=\\overline{U}=\\frac{1}{N}\\sum_{i=1}^{N} U_i = 5.000 \\mathrm{V}$. \\\n",
897897
"Then we determine the standard deviation $\\sigma(U) = \\sqrt{\\frac{1}{N-1}\\sum_{i=1}^N (U_i-\\overline{U})^2} = 0.038078866 \\mathrm{V}$. \\\n",
898898
"Finally, we determine the uncertainty in the average value $u(U) = \\frac{\\sigma(U)} {\\sqrt{N}} = 0.017029386 \\mathrm{V}$.\n",
899-
"We have fewer than $10^3$ measurement points, so we round the uncertainty to 1 significant figure: $u(U) = 0.02 \\mathrm{V}$.\n",
899+
"We have fewer than $10^4$ measurement points, so we round the uncertainty to 1 significant figure: $u(U) = 0.02 \\mathrm{V}$.\n",
900900
"The uncertainty has two decimal places, so we adjust our mean accordingly: $\\overline{U} = 5.00 \\pm 0.02 \\mathrm{V}$.\n",
901901
"````\n",
902902
"\n",

0 commit comments

Comments
 (0)