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:
parent
7e9917a8f5
commit
b818b20099
|
@ -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)"
|
||||
|
|
Loading…
Reference in a new issue