doc/notebook: adjust B constant

This is the constant from my actual NTCs, but it does not make a lot of
difference compared to the previous value.
This commit is contained in:
Thomas Kolb 2023-10-01 20:38:50 +02:00
parent 7e9917a8f5
commit b818b20099
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
"metadata": {},
"outputs": [],
"source": [
"B = 4125\n",
"B = 4450\n",
"v_r1 = np.arange(0.02, 3.3, 0.02)\n",
"r1 = 10.0e3\n",
"ln_r_nom = np.log(47.0e3)"