Update 4_2_Clipping_functions.ipynb

This commit is contained in:
ullizen
2025-03-08 10:52:03 +01:00
committed by GitHub
parent 41e8262f20
commit 03ebe5a039

View File

@@ -169,7 +169,7 @@
{ {
"cell_type": "code", "cell_type": "code",
"source": [ "source": [
"# Define parameters (note first dimension of theta and phi is padded to make indices match\n", "# Define parameters (note first dimension of theta and psi is padded to make indices match\n",
"# notation in book)\n", "# notation in book)\n",
"theta = np.zeros([4,2])\n", "theta = np.zeros([4,2])\n",
"psi = np.zeros([4,4])\n", "psi = np.zeros([4,4])\n",