This commit is contained in:
Steven G. Johnson 2024-09-30 10:44:53 -04:00
parent 1898b763a6
commit 92d1615dfc

View File

@ -598,7 +598,7 @@
"\n",
"Now, $A$ is $m \\times 2$, and full column rank (assuming distinct voltages $|d_k|$), but of course it is not invertible for $m > 2$.\n",
"\n",
"It will still have a solution (a unique solution!) if all of the $R_k$ measurements fall *exactly* on a quadratic curve $x_1 + x_2 d^2$, but in a real experiment there would be some *measurement noise* that would spoil this.\n",
"It will still have a solution (a unique solution!) if all of the $R_k$ measurements fall *exactly* on a quadratic curve $x_1 + x_2 d^2$, but in a real experiment there would be some *measurement noise* that would spoil this. (There will also be *systematic errors* because real resistors are not exactly quadratic, but let's ignore that here.)\n",
"\n",
"For example, let's suppose $x = (1,2)$ and we do $m=200$ measurements for $d \\in [0,2]$, but that each measurement has a random uncertainty $\\approx R \\pm 0.1$."
]