mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 12:14:36 +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",
|
||||
"metadata": {},
|
||||
"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",
|
||||
"$\\dfrac{\\textbf{u}}{\\lambda} = \\dfrac{1}{\\lambda} \\times \\textbf{u}$"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user