Merge pull request #85 from vasili111/patch-1

clarification of which inverse
main
Aurélien Geron 2020-02-05 09:20:44 +13:00 committed by GitHub
commit 4307238b55
1 changed files with 1 additions and 1 deletions

View File

@ -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}$"
]