Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/lectures/ME400_Lecture_18.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Note something important: the original expression was named `f`. To keep names straight, I recommend naming any *lambdified* expression `f` in the form `f_fun` `f_lam` to indicate its use as a function.\n",
"Note something important: the original expression was named `f`. To keep names straight, I recommend naming any *lambdified* expression `f` in the form `f_fun` to indicate its use as a function.\n",
"\n",
"The result works by default for `ndarrays`:"
]
Expand Down