mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-29 11:10:26 +01:00
Merge pull request #85 from vasili111/patch-1
clarification of which inverse
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