mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-02-01 12:37:49 +01:00
clarification of which inverse
Currently is says "inverse" which can be confused with additive inverse I think it is better to specify that we are talking here about "multiplicative inverse" which is also "reciprocal".
This commit is contained in:
@@ -525,7 +525,7 @@
|
|||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"As you might guess, dividing a vector by a scalar is equivalent to multiplying by its inverse:\n",
|
"As you might guess, dividing a vector by a scalar is equivalent to multiplying by its multiplicative inverse (reciprocal):\n",
|
||||||
"\n",
|
"\n",
|
||||||
"$\\dfrac{\\textbf{u}}{\\lambda} = \\dfrac{1}{\\lambda} \\times \\textbf{u}$"
|
"$\\dfrac{\\textbf{u}}{\\lambda} = \\dfrac{1}{\\lambda} \\times \\textbf{u}$"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user